Skip to content

Commit 6696c65

Browse files
gountharclaude
andcommitted
chore: update compiler target from JDK 17 to JDK 21
JDK 17 is no longer supported by recent Jenkins versions. The enforcer plugin already required Java 21+ at runtime, so this aligns the compiler target accordingly. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 33bc26d commit 6696c65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<artifactId>maven-compiler-plugin</artifactId>
2727
<version>3.14.1</version>
2828
<configuration>
29-
<release>17</release>
29+
<release>21</release>
3030
</configuration>
3131
</plugin>
3232
</plugins>

0 commit comments

Comments
 (0)