Skip to content

Commit 971b9c3

Browse files
committed
push.yml: remove redundant "chmod" steps
1 parent b2114db commit 971b9c3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/push.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
distribution: 'zulu'
1616
java-version: 11
1717
- uses: gradle/actions/wrapper-validation@v5
18-
- run: chmod +x gradlew
1918
- run: ./gradlew javadoc build --console=plain --no-daemon --stacktrace
2019

2120
Java17-MacOS:
@@ -27,7 +26,6 @@ jobs:
2726
with:
2827
distribution: 'zulu'
2928
java-version: 17
30-
- run: chmod +x gradlew
3129
- run: ./gradlew javadoc build --console=plain --no-daemon --stacktrace
3230

3331
Java21-Windows:

0 commit comments

Comments
 (0)