We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3074903 commit c68d3e5Copy full SHA for c68d3e5
2 files changed
.github/workflows/release.yml
@@ -19,6 +19,9 @@ jobs:
19
with:
20
fetch-depth: 0
21
22
+ - name: Validate Gradle Wrapper
23
+ uses: gradle/actions/wrapper-validation@v3
24
+
25
- name: Set up JDK 21
26
uses: actions/setup-java@v4
27
@@ -29,7 +32,9 @@ jobs:
29
32
uses: gradle/actions/setup-gradle@v3
30
33
31
34
- name: Make gradlew executable
- run: chmod +x gradlew
35
+ run: |
36
+ chmod +x gradlew
37
+ git update-index --chmod=+x gradlew
38
39
- name: Extract version from build.gradle
40
id: get_version
gradlew
100644
100755
0 commit comments