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> <artifactId>maven-compiler-plugin</artifactId>
<version>3.6.1</version> <version>3.6.1</version>
<configuration> <configuration>
<source>1.6</source> <source>1.8</source>
<target>1.6</target> <target>1.8</target>
<fork>true</fork> <fork>true</fork>
<showDeprecation>true</showDeprecation> <showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings> <showWarnings>true</showWarnings>