Compare commits
2 commits
b5396eb023
...
f3de70d1d8
Author | SHA1 | Date | |
---|---|---|---|
f3de70d1d8 | |||
5e186ec6d4 |
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ jobs:
|
|||
restore-keys: |
|
||||
gradle-${{ runner.os }}-
|
||||
- name: Compile and run example
|
||||
run: ./gradlew run
|
||||
run: ./gradlew --no-daemon run
|
||||
- name: Save Gradle cache
|
||||
uses: actions/cache/save@v4
|
||||
with:
|
||||
|
|
|
@ -12,5 +12,5 @@ jar {
|
|||
}
|
||||
|
||||
application {
|
||||
mainClass.set("helloworld.Man")
|
||||
mainClass.set("helloworld.Main")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue