From 276870fab495d98268e37d79943ec319a35ec0c7 Mon Sep 17 00:00:00 2001 From: "X@Pointer" <4018280+GitPointer@users.noreply.github.com> Date: Wed, 16 Sep 2020 00:35:00 +0900 Subject: [PATCH 1/2] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 485e81c..af67525 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ [![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/GitPointer/Java-Algorithms-N-Data-Structures) -[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/GitPointer/Java-Algorithms-N-Data-Structures) # Java-Algorithms-N-Data-Structures Java-Algorithms-N-Data Structures From 425c23f2df70d26f5ae833f702b91a72183763fd Mon Sep 17 00:00:00 2001 From: "X@Pointer" <4018280+GitPointer@users.noreply.github.com> Date: Wed, 16 Sep 2020 00:51:40 +0900 Subject: [PATCH 2/2] Update .gitpod.yml --- .gitpod.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitpod.yml b/.gitpod.yml index 33b2aec..2591523 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -3,3 +3,4 @@ image: tasks: - init: mvn install -DskipTests=false + - command: cd '/workspace/Java-Algorithms-N-Data-Structures' && env '/home/gitpod/.sdkman/candidates/java/current/bin/java' '-Dfile.encoding=UTF-8' '-cp' '/workspace/Java-Algorithms-N-Data-Structures/target/classes' 'com.my.ic.ds.BinarySearch'