We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f4c78d commit 432caa8Copy full SHA for 432caa8
1 file changed
pom.xml
@@ -377,10 +377,9 @@
377
<configuration>
378
<source>${compiler.source}</source>
379
<target>${compiler.target}</target>
380
- <compilerArguments>
381
- <Xmaxerrs>500</Xmaxerrs>
382
- </compilerArguments>
383
<compilerArgs>
+ <arg>-Xmaxerrs</arg>
+ <arg>500</arg>
384
<arg>-Xlint:unchecked</arg>
385
</compilerArgs>
386
</configuration>
0 commit comments