We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c39bcf9 commit 5e48e5aCopy full SHA for 5e48e5a
2 files changed
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ defaults:
21
shell: bash
22
23
env:
24
- java_version: 17
+ java_version: 21
25
java_distribution: zulu
26
javadoc_version: 24 # newer than `java_version` for better javadoc
27
groovy_version: 4.x
pom.xml
@@ -277,7 +277,7 @@
277
<artifactId>maven-compiler-plugin</artifactId>
278
<version>3.14.1</version>
279
<configuration>
280
- <release>17</release>
+ <release>21</release>
281
<encoding>UTF-8</encoding>
282
</configuration>
283
</plugin>
0 commit comments