File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ jobs:
2424 - name : Set up JDK
2525 uses : actions/setup-java@v3.3.0
2626 with :
27- distribution : ' zulu '
28- java-version : ' 17 '
29- cache : ' gradle'
27+ distribution : temurin
28+ java-version : 18
29+ cache : gradle
3030
3131 - name : Cache Kotlin/Native compiler
3232 uses : actions/cache@v3.0.4
3333 with :
3434 path : ~/.konan
35- key : ${{ runner.os }}-gradle-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }}
35+ key : ${{ runner.os }}-gradle-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties', 'settings.gradle.kts' ) }}
3636
3737 - name : Run unit tests
3838 uses : gradle/gradle-build-action@v2.2.0
Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ jobs:
2929 - name : Set up JDK
3030 uses : actions/setup-java@v3.3.0
3131 with :
32- distribution : ' zulu '
33- java-version : ' 17 '
34- cache : ' gradle'
32+ distribution : temurin
33+ java-version : 18
34+ cache : gradle
3535
3636 - name : Cache Kotlin/Native compiler
3737 uses : actions/cache@v3.0.4
3838 with :
3939 path : ~/.konan
40- key : ${{ runner.os }}-gradle-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }}
40+ key : ${{ runner.os }}-gradle-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties', 'settings.gradle.kts' ) }}
4141
4242 - name : Publish
4343 uses : gradle/gradle-build-action@v2.2.0
@@ -60,15 +60,15 @@ jobs:
6060 - name : Set up JDK
6161 uses : actions/setup-java@v3.3.0
6262 with :
63- distribution : ' zulu '
64- java-version : ' 17 '
65- cache : ' gradle'
63+ distribution : temurin
64+ java-version : 18
65+ cache : gradle
6666
6767 - name : Cache Kotlin/Native compiler
6868 uses : actions/cache@v3.0.4
6969 with :
7070 path : ~/.konan
71- key : ${{ runner.os }}-gradle-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }}
71+ key : ${{ runner.os }}-gradle-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties', 'settings.gradle.kts' ) }}
7272
7373 - name : Publish Windows artifacts
7474 uses : gradle/gradle-build-action@v2.2.0
You can’t perform that action at this time.
0 commit comments