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 d5f8d24 commit cc49037Copy full SHA for cc49037
.github/workflows/ci-build.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: actions/setup-java@v3
26
with:
27
java-version: ${{ matrix.jdk }}
28
- distribution: 'zulu'
+ distribution: 'temurin'
29
- name: Cache Gradle packages
30
uses: actions/cache@v3
31
0 commit comments