File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,12 @@ jobs:
1111 steps :
1212 - uses : actions/checkout@v4
1313
14- - name : Set up JDK 8
14+ - name : Set up JDK 23
1515 uses : actions/setup-java@v4
1616 with :
1717 distribution : " temurin"
18- java-version : 8
18+ java-version : 23
19+ cache : gradle
1920 - name : danger-kotlin-library:shadowJar
2021 run : ./gradlew danger-kotlin-library:shadowJar
2122 - name : Upload Artifact lib
@@ -41,11 +42,12 @@ jobs:
4142 with :
4243 name : lib
4344
44- - name : Set up JDK 8
45+ - name : Set up JDK 23
4546 uses : actions/setup-java@v4
4647 with :
4748 distribution : " temurin"
48- java-version : 8
49+ java-version : 23
50+ cache : gradle
4951 - name : danger-kotlin:build -PtargetOS="${{ matrix.target.compiler }}"
5052 run : ./gradlew danger-kotlin:build -PtargetOS="${{ matrix.target.compiler }}"
5153 - name : Prepare distribution package
You can’t perform that action at this time.
0 commit comments