You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2020/07/10 18:01:00 UTC

[GitHub] [beam] chamikaramj commented on a change in pull request #12216: For Java container, generate license report only for container modules

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



##########
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 think this can be removed now that Kafka dependencies are included in "sdks:java:io:expansion-service" which is used and staged by the kafka x-lang wrapper. But have to run some tests to confirm.




----------------------------------------------------------------
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:
users@infra.apache.org