Skip to content

Commit

Permalink
CI: Fixed gradle permissions again
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyeRangerDelta committed Aug 11, 2024
1 parent 4f29e24 commit 66c71eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
with:
gradle-version: '8.8'

- name: Make gradlew executable
run: chmod +x ./gradlew

- name: Build with Gradle Wrapper
run: ./gradlew build

Expand Down

0 comments on commit 66c71eb

Please sign in to comment.