Skip to content

Commit 65d26a9

Browse files
committed
Merge remote-tracking branch 'origin/support_21' into support_20
2 parents d1e5182 + be47a45 commit 65d26a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/maven-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
contents: ${{ secrets.GRADLE_SECRET_PROPERTIES }}
4040
write_mode: overwrite
4141

42+
- name: Make gradlew executable
43+
run: chmod +x ./gradlew
44+
4245
- name: Build with Gradle
4346
run: ./gradlew clean build
4447

0 commit comments

Comments
 (0)