Skip to content

Commit 0bb23f2

Browse files
authored
chmod +x ./gradlew (#6)
1 parent e773eb7 commit 0bb23f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-maven.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
with:
1313
java-version: '11'
1414
distribution: 'adopt'
15+
- name: Run chmod to make gradlew executable
16+
run: chmod +x ./gradlew
1517
- name: Validate Gradle wrapper
1618
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
1719
- name: Publish package

0 commit comments

Comments
 (0)