3 @@ -35,4 +35,9 @@ allprojects {
4 maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
8 \ No newline at end of file
9 + tasks.withType(AbstractArchiveTask).configureEach {
10 + preserveFileTimestamps = false
11 + reproducibleFileOrder = true