Skip to content

Commit

Permalink
ci: grant exec permission to gradlew
Browse files Browse the repository at this point in the history
  • Loading branch information
BinTianqi committed May 24, 2024
1 parent 4c6731f commit 0c335aa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4

- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '21'

- name: Grant execution permission to Gradle Wrapper
run: chmod +x gradlew

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

Expand Down

0 comments on commit 0c335aa

Please sign in to comment.