We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95412e8 commit 9b6fb3fCopy full SHA for 9b6fb3f
1 file changed
.github/workflows/gradle_preview_jdks.yml
@@ -21,6 +21,7 @@ jobs:
21
- 27-ea # experimental/upcoming - allowed to fail
22
include:
23
- java-version: 27-ea
24
+ distribution: temurin
25
experimental: true
26
27
runs-on: ubuntu-latest
@@ -29,8 +30,9 @@ jobs:
29
30
- name: Set up JDK ${{ matrix.java-version }}
31
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
32
with:
- distribution: 'zulu'
33
+ distribution: ${{ matrix.distribution || 'temurin' }}
34
java-version: ${{ matrix.java-version }}
35
+ cache: gradle
36
37
- name: Cache Gradle packages
38
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
0 commit comments