Skip to content

Commit 7b6937d

Browse files
committed
ci: fixed an issue where actions failed due to gradlew execution permission
1 parent c9b5bc9 commit 7b6937d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ jobs:
2525
distribution: "adopt"
2626
- uses: gradle/gradle-build-action@v2
2727
- run: java -version
28+
- run: chmod +x gradlew
2829
- run: ./gradlew --version
2930
- run: ./gradlew build

0 commit comments

Comments
 (0)