We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87b52a commit 9e8f3faCopy full SHA for 9e8f3fa
app/Makefile
@@ -1,5 +1,5 @@
1
setup:
2
- chmod +x code/app/gradlew
3
- cd code/app && ./gradlew clean install
+ chmod +x ./gradlew
+ gradlew clean install
4
run-dist:
5
build\install\app\bin\app
0 commit comments