Skip to content

Commit

Permalink
added Gradle wrapper setup
Browse files Browse the repository at this point in the history
  • Loading branch information
FusselTV committed Oct 10, 2023
1 parent 7b16fe8 commit a69cc7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
gradle-version: 8.4

- name: Setup Gradle wrapper
run: ./gradlew wrapper
run: ./gradle wrapper

- name: Run build with Gradle wrapper
run: ./gradlew shadowJar
Expand Down

0 comments on commit a69cc7e

Please sign in to comment.