Skip to content

Commit 0033c2c

Browse files
authored
Update gradle.yml
1 parent 39c419f commit 0033c2c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/gradle.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/setup-java@v1
2121
with:
2222
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
23+
# - name: Grant execute permission for gradlew
24+
# run: chmod +x gradlew
25+
# - name: Build with Gradle
26+
# run: ./gradlew build

0 commit comments

Comments
 (0)