mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-18 19:51:35 +02:00
gradle, make all archive tasks reproducible
This commit is contained in:
@@ -65,3 +65,10 @@ tasks.test {
|
|||||||
includeEngines("junit-vintage")
|
includeEngines("junit-vintage")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// make all archive tasks in the build reproducible
|
||||||
|
tasks.withType<AbstractArchiveTask>().configureEach {
|
||||||
|
isPreserveFileTimestamps = false
|
||||||
|
isReproducibleFileOrder = true
|
||||||
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user