We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3149ce commit 1715b1aCopy full SHA for 1715b1a
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
@@ -15,11 +15,11 @@ jobs:
15
uses: actions/checkout@v4
16
17
fetch-depth: 0
- - name: Set up JDK 11
+ - name: Set up JDK 17
- java-version: '11'
+ java-version: '17'
run: ./gradlew build
25
- name: Get Release Version
0 commit comments