kennknowles commented on a change in pull request #12216:
URL: https://github.com/apache/beam/pull/12216#discussion_r452980835



##########
File path: sdks/java/container/build.gradle
##########
@@ -77,7 +77,9 @@ golang {
 import com.github.jk1.license.render.*
 licenseReport {
   outputDir = 'java_third_party_licenses'
-  projects = [project.rootProject] + project.rootProject.subprojects
+  projects = [project,
+              project.rootProject.findProject(':sdks:java:harness'),
+              project.rootProject.findProject(':sdks:java:io:kafka')]

Review comment:
       I see. I need to run the wrapper script to further process the output of 
this command. I expect it will be monotonic (more output from 
generateLicenseReport --> more licenses in the end) but I will double check and 
do a full diff of the larger output.




----------------------------------------------------------------
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]


Reply via email to