We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46ab011 commit 1b88fddCopy full SHA for 1b88fdd
2 files changed
.github/workflows/gradle.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/setup-java@v4
19
with:
20
java-version: '17'
21
- distribution: 'zulu'
+ distribution: 'zulu'
22
- name: Grant execute permission for gradlew
23
run: chmod +x gradlew
24
- name: Build with Gradle
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
run: ./gradlew build
25
- name: Get Release Version
0 commit comments