Target post-Java 9 VMs.

This commit is contained in:
Michael Bayne
2025-07-10 11:25:48 -07:00
parent 337323579a
commit 9c0ac56d9e
+1 -2
View File
@@ -89,8 +89,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<release>10</release>
<fork>true</fork>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>