mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 05:06:45 +01:00
Java 16 compile target
This commit is contained in:
parent
3e645a022d
commit
5d2028b5dc
2
pom.xml
2
pom.xml
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user