Target Java 10.

This commit is contained in:
Michael Bayne
2025-02-05 10:53:58 -08:00
parent 4c98299580
commit cb065fcbd2
+2 -3
View File
@@ -53,10 +53,9 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version> <version>3.13.0</version>
<configuration> <configuration>
<source>1.6</source> <release>10</release>
<target>1.6</target>
<fork>true</fork> <fork>true</fork>
<showDeprecation>true</showDeprecation> <showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings> <showWarnings>true</showWarnings>