Skip to content

Commit 5e48e5a

Browse files
authored
Use JRE 21 in CI (#813)
* use 21 in ci * 21 build
1 parent c39bcf9 commit 5e48e5a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defaults:
2121
shell: bash
2222

2323
env:
24-
java_version: 17
24+
java_version: 21
2525
java_distribution: zulu
2626
javadoc_version: 24 # newer than `java_version` for better javadoc
2727
groovy_version: 4.x

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@
277277
<artifactId>maven-compiler-plugin</artifactId>
278278
<version>3.14.1</version>
279279
<configuration>
280-
<release>17</release>
280+
<release>21</release>
281281
<encoding>UTF-8</encoding>
282282
</configuration>
283283
</plugin>

0 commit comments

Comments
 (0)