Mark javadoc_library as manual, so test //... doesn't build it.

PiperOrigin-RevId: 423155378
This commit is contained in:
Sam Berlin
2022-01-20 14:11:46 -08:00
committed by Guice Team
parent bc960c5c05
commit 02c4687594
+1
View File
@@ -34,6 +34,7 @@ javadoc_library(
"https://tomcat.apache.org/tomcat-5.5-doc/servletapi/",
"http://aopalliance.sourceforge.net/doc/",
],
tags = ["manual"], # Only do this when explicitly requested, not on test //...
deps = [
"//core/src/com/google/inject",
"//extensions/assistedinject/src/com/google/inject/assistedinject",