Skip to content

Commit a1b3c06

Browse files
committed
Reenable Javadoc for the GWT artifact for now.
Without it, we get an error during Sonatype deployment: Missing: no javadoc jar found in folder '/com/google/guava/guava-gwt/28.2-jre'
1 parent bfc1cce commit a1b3c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guava-gwt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
<configuration>
146146
<!-- No meaningful public classes, just sources for the GWT compiler, some internal serialization classes, and dummy entry-point class to force compilation. -->
147147
<!-- And soon, the serialization classes will be going away, and the entry point won't compile after we move gwt-user to test scope. -->
148-
<skip>true</skip>
148+
<skip>false</skip>
149149
</configuration>
150150
</plugin>
151151
<!-- Disable "normal" testing, which doesn't work for GWT tests. -->

0 commit comments

Comments
 (0)