Skip to content

Commit

Permalink
Mark javadoc_library as manual, so test //... doesn't build it.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 423155378
  • Loading branch information
sameb authored and Guice Team committed Jan 20, 2022
1 parent bc960c5 commit 02c4687
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 02c4687

Please sign in to comment.