Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
make gradlew executable
  • Loading branch information
KonoTyran authored Jan 17, 2024
1 parent 4ff133c commit 8948681
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
uses: actions/checkout@v3
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Run build with Gradle Wrapper
run: ./gradlew shadowjar
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 8948681

Please sign in to comment.