Skip to content

Commit e878e1d

Browse files
committed
reproducible build
1 parent 58c80db commit e878e1d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@ subprojects {
8383
}
8484

8585
tasks.register('allDeps', DependencyReportTask)
86+
87+
tasks.withType(AbstractArchiveTask).configureEach {
88+
preserveFileTimestamps = false
89+
reproducibleFileOrder = true
90+
}
8691
}
8792

8893

0 commit comments

Comments
 (0)