We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b378949 + d7b8af1 commit 8b07c3eCopy full SHA for 8b07c3e
2 files changed
.github/workflows/gradle.yml
@@ -15,9 +15,10 @@ jobs:
15
run: git -c protocol.version=2 fetch --tags --progress --no-recurse-submodules origin
16
if: "!contains(github.ref, 'refs/tags')"
17
- name: Set up JDK 11
18
- uses: actions/setup-java@v1
+ uses: actions/setup-java@v4
19
with:
20
- java-version: 11
+ java-version: '11'
21
+ distribution: 'zulu'
22
- name: Grant execute permission for gradlew
23
run: chmod +x gradlew
24
- name: Build with Gradle
.github/workflows/release.yml
@@ -16,9 +16,10 @@ jobs:
fetch-depth: 0
- name: set up JDK 11
run: ./gradlew build
25
- name: Get Release Version
0 commit comments