File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v4
1313 - uses : actions/setup-java@v4
1414 with :
15- java-version : 11
16- distribution : ' zulu '
15+ java-version : 17
16+ distribution : ' temurin '
1717 - name : Build
1818 run : ./gradlew build -PRunToolchainTests
1919
2424 - uses : actions/checkout@v4
2525 - uses : actions/setup-java@v4
2626 with :
27- java-version : 11
28- distribution : ' zulu '
27+ java-version : 17
28+ distribution : ' temurin '
2929 - name : Publish
3030 if : ${{ !startsWith(github.ref, 'refs/tags/v') }}
3131 run : ./gradlew publishToMavenLocal
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ repositories {
2020}
2121
2222java {
23- sourceCompatibility = 11
24- targetCompatibility = 11
23+ sourceCompatibility = 17
24+ targetCompatibility = 17
2525}
2626
2727dependencies {
You can’t perform that action at this time.
0 commit comments