We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9b5bc9 commit 7b6937dCopy full SHA for 7b6937d
1 file changed
.github/workflows/build-test.yml
@@ -25,5 +25,6 @@ jobs:
25
distribution: "adopt"
26
- uses: gradle/gradle-build-action@v2
27
- run: java -version
28
+ - run: chmod +x gradlew
29
- run: ./gradlew --version
30
- run: ./gradlew build
0 commit comments