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