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 381ac7b commit 8d3e55fCopy full SHA for 8d3e55f
3 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
@@ -20,7 +20,7 @@ jobs:
java-version: '11'
25
run: ./gradlew build
26
- name: Get Release Version
.github/workflows/snapshot-release.yml
@@ -21,7 +21,7 @@ jobs:
27
0 commit comments