Java 8 release set in POM

This commit is contained in:
rockyhawk64 2025-04-29 14:12:01 +10:00
parent 420fbf93fb
commit 7b92f14342
2 changed files with 2 additions and 3 deletions

View File

@ -1,2 +1,2 @@
jdk:
- openjdk17
- openjdk21

View File

@ -22,8 +22,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
<release>8</release>
</configuration>
</plugin>
<plugin>