blob: f5e5b01e46fb38529dfa461732ba9e2dc18cdd8c [file] [log] [blame]
project.tasks.withType(Jar).configureEach { task ->
task.reproducibleFileOrder = true
task.preserveFileTimestamps = false
}