From a1b3c06876803a0b0e5d2f16708e1328da1bac09 Mon Sep 17 00:00:00 2001 From: Chris Povirk Date: Thu, 26 Dec 2019 22:06:54 -0500 Subject: [PATCH] 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' --- guava-gwt/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guava-gwt/pom.xml b/guava-gwt/pom.xml index 897f251a083e..1b867140fb41 100644 --- a/guava-gwt/pom.xml +++ b/guava-gwt/pom.xml @@ -145,7 +145,7 @@ - true + false