https://bz.apache.org/bugzilla/show_bug.cgi?id=66644
--- Comment #1 from PJ Fanning <[email protected]> --- In Gradle, we have https://docs.gradle.org/current/userguide/working_with_files.html#sec:reproducible_archives Enabling the configs seems relatively easy. Then, we will need to see if the output jars are reproducible and work through the issues. tasks.withType(AbstractArchiveTask).configureEach { preserveFileTimestamps = false reproducibleFileOrder = true } -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
