We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d00f92e + 2e7e128 commit 543998aCopy full SHA for 543998a
1 file changed
.github/workflows/build.yml
@@ -23,11 +23,15 @@ jobs:
23
with:
24
fetch-depth: 10
25
26
- - name: Set up JDK 17
+ - name: Set up JDK 8, 16, 17, 21
27
uses: actions/setup-java@v4
28
29
- java-version: 21
30
distribution: temurin
+ java-version: |
31
+ 8
32
+ 16
33
+ 17
34
+ 21
35
36
- uses: actions/cache@v4
37
@@ -44,4 +48,4 @@ jobs:
44
48
run: chmod +x ./gradlew
45
49
46
50
- name: Build
47
- run: ./gradlew build --no-daemon
51
+ run: ./gradlew build --no-daemon
0 commit comments