File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
1212
1313 steps :
1414 - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
15- - name : Set up JDK 1.11
16- uses : actions/setup-java@v3.4.1
15+ - name : Set up JDK 1.17
16+ uses : actions/setup-java@2c7a4878f5d120bd643426d54ae1209b29cc01a3
1717 with :
18- java-version : 11
19- distribution : ' adopt '
18+ java-version : 17
19+ distribution : ' temurin '
2020 - name : Grant execute permission for gradlew
2121 run : chmod +x gradlew
2222 - name : Compile and checkstyle with Gradle
@@ -28,11 +28,11 @@ jobs:
2828
2929 steps :
3030 - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
31- - name : Set up JDK 1.11
32- uses : actions/setup-java@v3.4.1
31+ - name : Set up JDK 1.17
32+ uses : actions/setup-java@2c7a4878f5d120bd643426d54ae1209b29cc01a3
3333 with :
34- java-version : 11
35- distribution : ' adopt '
34+ java-version : 17
35+ distribution : ' temurin '
3636 - name : Grant execute permission for gradlew
3737 run : chmod +x gradlew
3838 - name : Journey test
You can’t perform that action at this time.
0 commit comments