ibzib commented on a change in pull request #11484:
URL: https://github.com/apache/beam/pull/11484#discussion_r412981733
##########
File path: sdks/java/container/build.gradle
##########
@@ -94,8 +86,12 @@ licenseReport {
task copyThirdPartyLicenses(type: Copy) {
from ("third_party_licenses")
into "build/target/third_party_licenses"
+ doLast {
+ file('third_party_licenses').deleteDir()
+ }
}
+def Boolean pull_licenses
Review comment:
Why pull this out into a global variable?
----------------------------------------------------------------
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]