Skip to content

Commit eb66944

Browse files
reproducible builds?
1 parent cce9d95 commit eb66944

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ tasks.withType(ProcessResources::class) {
7575
}
7676
}
7777

78+
tasks.withType<AbstractArchiveTask> {
79+
isPreserveFileTimestamps = false
80+
isReproducibleFileOrder = true
81+
}
82+
7883
java {
7984
withSourcesJar()
8085
}

0 commit comments

Comments
 (0)