Restore javadoc module + Upgrade errorprone

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
Joakim Erdfelt 2021-01-27 12:03:42 -06:00
parent f189967128
commit cd4c046988
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
1 changed files with 4 additions and 4 deletions

View File

@ -1237,7 +1237,7 @@
<path>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_core</artifactId>
<version>2.4.0</version>
<version>2.5.1</version>
</path>
</annotationProcessorPaths>
</configuration>
@ -1394,9 +1394,9 @@
<spotbugs.skip>false</spotbugs.skip>
<spotbugs.onlyAnalyze>org.eclipse.jetty.*</spotbugs.onlyAnalyze>
</properties>
<!-- <modules>-->
<!-- <module>javadoc</module>-->
<!-- </modules>-->
<modules>
<module>javadoc</module>
</modules>
<build>
<pluginManagement>
<plugins>