Java 16 compile target

This commit is contained in:
nossr50 2022-01-10 22:36:37 -08:00
parent 3e645a022d
commit 5d2028b5dc

View File

@ -102,7 +102,7 @@
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version> <version>3.8.1</version>
<configuration> <configuration>
<release>17</release> <release>16</release>
<compilerArgs> <compilerArgs>
<arg>-parameters</arg> <!-- used for ACF syntax stuff --> <arg>-parameters</arg> <!-- used for ACF syntax stuff -->
</compilerArgs> </compilerArgs>