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 12161d3 commit c7d2c7aCopy full SHA for c7d2c7a
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:
java-version: '11'
run: ./gradlew build
25
- name: Get Release Version
0 commit comments