Bump source/target versions.

1.8 is the minimum supported these days.
This commit is contained in:
Michael Bayne
2025-01-20 14:29:49 -08:00
parent c490ad0bc1
commit 26d9abeffc
+2 -2
View File
@@ -119,8 +119,8 @@
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version> <version>3.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>