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 94c60a6 commit 1b01629Copy full SHA for 1b01629
app/Makefile
@@ -3,7 +3,7 @@ build:
3
run-install:
4
./gradlew clean install
5
run-dist:
6
- ./build/install/app/bin/app
+ ./build/install/app/bin/Main
7
run:
8
./gradlew run
9
test:
0 commit comments