We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39c419f commit 0033c2cCopy full SHA for 0033c2c
.github/workflows/gradle.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/setup-java@v1
21
with:
22
java-version: 1.8
23
- - name: Grant execute permission for gradlew
24
- run: chmod +x gradlew
25
- - name: Build with Gradle
26
- run: ./gradlew build
+# - name: Grant execute permission for gradlew
+# run: chmod +x gradlew
+# - name: Build with Gradle
+# run: ./gradlew build
0 commit comments