提交 fa69f6ea 编写于 作者: J Jesse Glick

Suppress compiler warnings about non-API classes used by gadgets.

上级 b6499390
......@@ -280,6 +280,14 @@ THE SOFTWARE.
</rules>
</configuration>
</plugin>
<plugin> <!-- https://stackoverflow.com/a/19503679/12916 ysoserial deliberately uses internal APIs; suppress warnings about them -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<compilerArgument>-XDignore.symbol.file</compilerArgument>
<fork>true</fork>
</configuration>
</plugin>
</plugins>
</build>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册