Skip to content

Commit

Permalink
gradle.yml fix building
Browse files Browse the repository at this point in the history
  • Loading branch information
dynmie authored Jun 29, 2024
1 parent 28ad59a commit dd3f815
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 @@ -33,6 +33,8 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0

- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Build with Gradle Wrapper
run: ./gradlew build

Expand Down

0 comments on commit dd3f815

Please sign in to comment.