Skip to content

Commit

Permalink
Reenable Javadoc for the GWT artifact for now.
Browse files Browse the repository at this point in the history
Without it, we get an error during Sonatype deployment:
  Missing: no javadoc jar found in folder '/com/google/guava/guava-gwt/28.2-jre'
  • Loading branch information
cpovirk committed Dec 27, 2019
1 parent bfc1cce commit a1b3c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guava-gwt/pom.xml
Expand Up @@ -145,7 +145,7 @@
<configuration>
<!-- No meaningful public classes, just sources for the GWT compiler, some internal serialization classes, and dummy entry-point class to force compilation. -->
<!-- And soon, the serialization classes will be going away, and the entry point won't compile after we move gwt-user to test scope. -->
<skip>true</skip>
<skip>false</skip>
</configuration>
</plugin>
<!-- Disable "normal" testing, which doesn't work for GWT tests. -->
Expand Down

0 comments on commit a1b3c06

Please sign in to comment.