wala / WALA

T.J. Watson Libraries for Analysis, with frontends for Java, Android, and JavaScript, and may common static program analyses
http://github.com/wala/WALA
Eclipse Public License 2.0
755 stars 221 forks source link

Prefer Gradle Sync tasks over Copy tasks #1413

Closed liblit closed 2 months ago

liblit commented 2 months ago

Sync tasks remove any files in the destination that were not actually copied from the source. This feels safer than Copy, which is happy to retain leftover destination files. Those leftover files might have been copied manually or by an earlier version of the build logic, either of which threatens reproducibility of a build.