We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb24bf commit e92537aCopy full SHA for e92537a
pom.xml
@@ -151,8 +151,7 @@
151
<fork>true</fork>
152
<compilerArgs>
153
<arg>-XDcompilePolicy=simple</arg>
154
- <arg>-Xplugin:ErrorProne -Xep:CheckReturnValue:OFF \
155
- -Xep:ProtoBuilderReturnValueIgnored:OFF -Xep:ReturnValueIgnored:OFF</arg>
+ <arg>-Xplugin:ErrorProne -Xep:CheckReturnValue:OFF -Xep:ProtoBuilderReturnValueIgnored:OFF -Xep:ReturnValueIgnored:OFF</arg>
156
<arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED</arg>
157
<arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED</arg>
158
<arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED</arg>
0 commit comments