Compare commits

..

No commits in common. "f3de70d1d83c76c46ded4289c903c46700622b49" and "b5396eb023de3458fa68cf872c204add965ede3c" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ jobs:
restore-keys: |
gradle-${{ runner.os }}-
- name: Compile and run example
run: ./gradlew --no-daemon run
run: ./gradlew run
- name: Save Gradle cache
uses: actions/cache/save@v4
with:

View file

@ -12,5 +12,5 @@ jar {
}
application {
mainClass.set("helloworld.Main")
mainClass.set("helloworld.Man")
}