alanmyrvold commented on a change in pull request #11067: [BEAM-9136]Add licenses for dependencies URL: https://github.com/apache/beam/pull/11067#discussion_r398073526
########## File path: sdks/java/container/build.gradle ########## @@ -82,3 +87,4 @@ docker { // Ensure that we build the required resources and copy and file dependencies from related projects dockerPrepare.dependsOn goBuild dockerPrepare.dependsOn copyDockerfileDependencies +dockerPrepare.dependsOn copyDependencyLicenses Review comment: Can this dependency be added to buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy in applyDockerNature? ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services