Skip to content

Commit edf7909

Browse files
authored
Merge pull request #2 from GitPointer/master
Update .gitpod.yml
2 parents e7c2841 + 425c23f commit edf7909

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.gitpod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ image:
33

44
tasks:
55
- init: mvn install -DskipTests=false
6+
- 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'

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[![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)
22

3-
[![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)
43

54
# Java-Algorithms-N-Data-Structures
65
Java-Algorithms-N-Data Structures

0 commit comments

Comments
 (0)