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 ad97c3f commit b1cbd49Copy full SHA for b1cbd49
3 files changed
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: gradle/gradle-build-action@v3
23
24
- name: Install JDK ${{ matrix.java_version }}
25
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
26
with:
27
distribution: 'zulu'
28
java-version: ${{ matrix.java_version }}
.github/workflows/publish-release.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/checkout@v5
17
18
- name: Install JDK 17
19
20
21
java-version: 17
.github/workflows/publish-snapshot.yml
0 commit comments