We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab35f4a commit 39abe5dCopy full SHA for 39abe5d
.github/workflows/buildAndPush.yml
@@ -14,6 +14,8 @@ jobs:
14
with:
15
java-version: '17'
16
distribution: 'adopt'
17
+ - name: Run chmod to make gradlew executable
18
+ run: chmod +x ./gradlew
19
- name: Validate Gradle wrapper
20
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
21
- name: Publish package
0 commit comments