Skip to content

Commit 96caa63

Browse files
committed
Modify init script in Gitpod. Don't build, just print a usage line.
1 parent 7c734fb commit 96caa63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# and commit this file to your remote git repository to share the goodness with others.
44

55
tasks:
6-
- init: ./gradlew build
6+
- init: echo -e "You can test any algorithms here. Try run BFPRT with following command:\n./gradlew run -PclassName='select.BFPRT'"
77

88

0 commit comments

Comments
 (0)