This repository was archived by the owner on Sep 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +13
-19
lines changed
Expand file tree Collapse file tree 2 files changed +13
-19
lines changed Original file line number Diff line number Diff line change 77 ci :
88 runs-on : ubuntu-latest
99 env :
10- GRADLE_OPTS : -Dorg.gradle.java.installations.fromEnv=JAVA_HOME_8_x64, JAVA_HOME_11_x64,JAVA_HOME_17_x64
10+ GRADLE_OPTS : -Dorg.gradle.java.installations.fromEnv=JAVA_HOME_11_x64,JAVA_HOME_17_x64
1111 steps :
1212 - name : Checkout repo
13- uses : actions/checkout@v2
13+ uses : actions/checkout@v3
1414 with :
1515 fetch-depth : 0
1616
17- - name : Setup Java 11
18- uses : actions/setup-java@v2
17+ - name : Setup Java
18+ uses : actions/setup-java@v3
1919 with :
2020 distribution : temurin
21- java-version : 11
22- - name : Setup Java 17
23- uses : actions/setup-java@v2
24- with :
25- distribution : temurin
26- java-version : 17
21+ java-version : |
22+ 11
23+ 17
2724
2825 - name : Validate Gradle Wrapper
2926 uses : gradle/wrapper-validation-action@v1
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - name : Checkout repo
10- uses : actions/checkout@v2
10+ uses : actions/checkout@v3
1111 with :
1212 fetch-depth : 0
13- - name : Setup Java 11
14- uses : actions/setup-java@v2
13+ - name : Setup Java
14+ uses : actions/setup-java@v3
1515 with :
1616 distribution : zulu
17- java-version : 11
18- - name : Setup Java 17
19- uses : actions/setup-java@v2
20- with :
21- distribution : zulu
22- java-version : 17
17+ java-version : |
18+ 11
19+ 17
2320
2421 - name : Setup Gradle
2522 uses : gradle/gradle-build-action@v2
You can’t perform that action at this time.
0 commit comments