Skip to content

Commit 6412433

Browse files
committed
Merge remote-tracking branch 'origin/support_23' into support_22
2 parents bd3de3c + 8ff674c commit 6412433

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)