File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 88 strategy :
99 fail-fast : false
1010 matrix :
11- jre : [17 ]
11+ jre : [21 ]
1212 os : [ubuntu-latest, windows-latest, macOS-latest]
1313 include :
14- - jre : 21
14+ - jre : 24
1515 os : ubuntu-latest
1616
1717 steps :
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111
1212 steps :
1313 - uses : actions/checkout@v4
14- - name : Set up JDK 17
14+ - name : Set up JDK 21
1515 uses : actions/setup-java@v4
1616 with :
17- java-version : 17
17+ java-version : 21
1818 distribution : ' temurin'
1919 cache : maven
2020 - name : Setup gradle.properties
3030 - name : Set up Maven Central
3131 uses : actions/setup-java@v4
3232 with : # running setup-java again overwrites the settings.xml
33- java-version : 17
33+ java-version : 21
3434 distribution : ' temurin'
3535 server-id : central
3636 server-username : CENTRAL_USERNAME
Original file line number Diff line number Diff line change 1212 strategy :
1313 fail-fast : false
1414 matrix :
15- java_version : [17 ]
15+ java_version : [21 ]
1616 os : [ubuntu-latest]
1717
1818 steps :
Original file line number Diff line number Diff line change 201201 <jooby-maven-plugin .version>${jooby.version} </jooby-maven-plugin .version>
202202 <javadoc .excludes>io.jooby.internal.*</javadoc .excludes>
203203
204- <maven .compiler.source>17 </maven .compiler.source>
205- <maven .compiler.target>17 </maven .compiler.target>
206- <maven .compiler.release>17 </maven .compiler.release>
204+ <maven .compiler.source>21 </maven .compiler.source>
205+ <maven .compiler.target>21 </maven .compiler.target>
206+ <maven .compiler.release>21 </maven .compiler.release>
207207 <!-- Javadoc is too strict in 17, don't fail on error -->
208208 <maven .javadoc.failOnError>false</maven .javadoc.failOnError>
209209 <maven .build.timestamp.format>yyyy-MM-dd HH:mm:ssa</maven .build.timestamp.format>
You can’t perform that action at this time.
0 commit comments