Skip to content

Commit

Permalink
Fix build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwok-he-Chu committed Jan 5, 2024
1 parent 430490d commit 99084d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,6 @@ jobs:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: Grant execute permission for gradlew
run: chmod +x authorisation--example/gradlew
run: chmod +x authorisation-adjustment-example/gradlew
- name: Build with Gradle
run: cd authorisation-adjustment-example; ./gradlew build

0 comments on commit 99084d9

Please sign in to comment.