This repository was archived by the owner on Nov 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +16
-25
lines changed
Expand file tree Collapse file tree 2 files changed +16
-25
lines changed Original file line number Diff line number Diff line change @@ -10,29 +10,21 @@ jobs:
1010 ci :
1111 runs-on : ubuntu-latest
1212 timeout-minutes : 10
13- env :
14- GRADLE_OPTS : -Dorg.gradle.java.installations.fromEnv=JAVA_HOME_8_x64,JAVA_HOME_11_x64,JAVA_HOME_17_x64
1513 steps :
1614 - name : Checkout repo
17- uses : actions/checkout@v3
15+ uses : actions/checkout@v4
1816 with :
1917 fetch-depth : 0
2018
21- - name : Setup Java 8
19+ - name : Setup Java
2220 uses : actions/setup-java@v3
2321 with :
2422 distribution : temurin
25- java-version : 8
26- - name : Setup Java 11
27- uses : actions/setup-java@v3
28- with :
29- distribution : temurin
30- java-version : 11
31- - name : Setup Java 17
32- uses : actions/setup-java@v3
33- with :
34- distribution : temurin
35- java-version : 17
23+ java-version : |
24+ 8
25+ 11
26+ 17
27+ 21
3628
3729 - name : Validate Gradle Wrapper
3830 uses : gradle/wrapper-validation-action@v1
Original file line number Diff line number Diff line change 88 timeout-minutes : 10
99 steps :
1010 - name : Checkout repo
11- uses : actions/checkout@v2
11+ uses : actions/checkout@v4
1212 with :
1313 fetch-depth : 0
14- - name : Setup Java 11
15- uses : actions/setup-java@v2
14+ - name : Setup Java
15+ uses : actions/setup-java@v3
1616 with :
17- distribution : zulu
18- java-version : 11
19- - name : Setup Java 17
20- uses : actions/setup-java@v2
21- with :
22- distribution : zulu
23- java-version : 17
17+ distribution : temurin
18+ java-version : |
19+ 8
20+ 11
21+ 17
22+ 21
2423
2524 - name : Setup Gradle
2625 uses : gradle/gradle-build-action@v2
You can’t perform that action at this time.
0 commit comments