Don't target such an ancient version of Java.

My JVM won't even compile it.
This commit is contained in:
Michael Bayne
2021-02-28 14:47:36 -08:00
parent 2e0a28452f
commit 88b2fd762b
+2 -2
View File
@@ -88,8 +88,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<source>1.8</source>
<target>1.8</target>
<fork>true</fork>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>