disable noisy lint-all for now

This commit is contained in:
Jonathan Shook 2020-05-05 01:10:23 -05:00
parent 01d51afd20
commit f85c86d5a5

View File

@ -491,7 +491,7 @@
<source>${java.target.version}</source> <source>${java.target.version}</source>
<target>${java.target.version}</target> <target>${java.target.version}</target>
<!--<compilerArgument>-Xdoclint:all</compilerArgument>--> <!--<compilerArgument>-Xdoclint:all</compilerArgument>-->
<compilerArgument>-Xlint:all</compilerArgument> <!-- <compilerArgument>-Xlint:all</compilerArgument>-->
</configuration> </configuration>
</plugin> </plugin>