lukecwik commented on a change in pull request #12034:
URL: https://github.com/apache/beam/pull/12034#discussion_r442397788
##########
File path:
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
##########
@@ -1116,7 +1116,10 @@ class BeamModulePlugin implements Plugin<Project> {
}
artifact project.sourcesJar
artifact project.testSourcesJar
- artifact project.javadocJar
+
+ if (!project.hasProperty("skipJavadoc")) {
Review comment:
You should really add documentation here as to that this is used
internally in Google otherwise the context as to why this flag was added will
be hard to find.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]