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>
<version>3.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>