Kenneth Knowles created BEAM-11116:
--------------------------------------
Summary: ./gradlew pullLicenses clobbers/corrupts built files
Key: BEAM-11116
URL: https://issues.apache.org/jira/browse/BEAM-11116
Project: Beam
Issue Type: Bug
Components: build-system
Reporter: Kenneth Knowles
Assignee: Kenneth Knowles
{{./gradlew pullLicenses}} invokes a shell script which in turn invokes
{{./gradlew generateLicenseReport --rerun-tasks}}
When run as part of java precommit, both the main precommit and the license
pull build all the main model and SDK jars, and try to write them at the same
time. In an unrelated pull request I triggered this behavior, where Java
PreCommit saw corrupt jars on almost every build.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)