Skip to content

Commit

Permalink
Trying to fix git builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Fureniku committed Dec 2, 2023
1 parent 3c08693 commit 6690942
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
java-version: '17'
distribution: 'temurin'

- name: Change wrapper permissions
run: chmod +x ./gradlew

- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
Expand Down

0 comments on commit 6690942

Please sign in to comment.