File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
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 - name : Publish
4040 - uses : actions/checkout@v4
4141 - uses : actions/setup-java@v4
4242 with :
43- java-version : 11
44- distribution : ' zulu '
43+ java-version : 17
44+ distribution : ' temurin '
4545 - name : Publish
4646 if : ${{ !startsWith(github.ref, 'refs/tags/v') }}
4747 run : ./gradlew publishToMavenLocal
Original file line number Diff line number Diff line change 3737}
3838
3939java {
40- sourceCompatibility = 11
41- targetCompatibility = 11
40+ sourceCompatibility = 17
41+ targetCompatibility = 17
4242}
4343
4444if (project. hasProperty(' RunToolchainTests' )) {
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ plugins {
77}
88
99java {
10- sourceCompatibility = 11
11- targetCompatibility = 11
10+ sourceCompatibility = 17
11+ targetCompatibility = 17
1212}
1313
1414allprojects {
You can’t perform that action at this time.
0 commit comments