We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7287888 commit 47f4db7Copy full SHA for 47f4db7
1 file changed
launch.sh
@@ -2,5 +2,6 @@
2
3
./pull.sh
4
5
-./gradlew bootWar
6
-java -jar build/libs/workbench-0.war
+./gradle bootRun
+#./gradlew bootWar
7
+#java -jar build/libs/workbench-0.war
0 commit comments