feat: pom.xml
This commit is contained in:
@@ -22,6 +22,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
|
<version>3.8.1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<source>${java.version}</source>
|
<source>${java.version}</source>
|
||||||
<target>${java.version}</target>
|
<target>${java.version}</target>
|
||||||
@@ -33,7 +34,7 @@
|
|||||||
<!-- <arg>--add-opens</arg>-->
|
<!-- <arg>--add-opens</arg>-->
|
||||||
<!-- <arg>jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED</arg>-->
|
<!-- <arg>jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED</arg>-->
|
||||||
<!-- </compilerArgs>-->
|
<!-- </compilerArgs>-->
|
||||||
<!-- <encoding>utf-8</encoding>-->
|
<encoding>utf-8</encoding>
|
||||||
<fork>true</fork>
|
<fork>true</fork>
|
||||||
<compilerArgs>
|
<compilerArgs>
|
||||||
<arg>-J--add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED</arg>
|
<arg>-J--add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED</arg>
|
||||||
|
Reference in New Issue
Block a user