Target Java 10.

This commit is contained in:
Michael Bayne
2025-02-05 11:12:42 -08:00
parent e9efe7ca49
commit 6c479037e5
+2 -3
View File
@@ -117,10 +117,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<version>3.13.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<release>10</release>
<fork>true</fork>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>