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' 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