Target Java 10.

This commit is contained in:
Michael Bayne
2025-07-03 15:53:47 -07:00
parent 4f8ba34e63
commit 88cc725198
+1 -2
View File
@@ -88,8 +88,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<release>10</release>
<fork>true</fork>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>