Commit 9eb99111 authored by unset's avatar unset

Merge remote-tracking branch 'origin/dev' into dev

parents a8bb5bc2 8163b9a3
......@@ -45,6 +45,10 @@
<configuration>
<source>1.8</source>
<target>1.8</target>
<compilerArguments>
<extdirs>${env.JAVA_HOME}/jre/lib</extdirs>
</compilerArguments>
<!-- <compilerArgument>-XDignore.symbol.file</compilerArgument>-->
</configuration>
</plugin>
</plugins>
......
......@@ -46,6 +46,7 @@
<configuration>
<source>1.8</source>
<target>1.8</target>
<compilerArgument>-XDignore.symbol.file</compilerArgument>
</configuration>
</plugin>
</plugins>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment