1 parent 9e86db7 commit 17c22d5Copy full SHA for 17c22d5
1 file changed
.github/workflows/ci.yaml
@@ -15,7 +15,7 @@ jobs:
15
- name: Validate Gradle wrapper
16
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
17
- name: Build with Gradle
18
- run: ./gradlew build
+ run: chmod ugo+x gradlew; ./gradlew build
19
maven-build:
20
runs-on: ubuntu-latest
21
steps:
0 commit comments