Skip to content

Commit

Permalink
Give gradle permission to run actions
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonymendez committed Aug 10, 2024
1 parent f9b79cd commit 24eb683
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-mod-jars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@dbbdc275be76ac10734476cc723d82dfe7ec6eda # v3.4.2

- name: Give gradle permission to run.
run: chmod +x gradlew

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

Expand Down

0 comments on commit 24eb683

Please sign in to comment.