mirror of
https://github.com/chylex/Better-Controls.git
synced 2025-04-30 05:34:04 +02:00
Make jar files reproducible
This commit is contained in:
parent
2da9a54f2f
commit
d721d6254d
@ -94,6 +94,11 @@ allprojects {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation("org.jetbrains:annotations:24.1.0")
|
implementation("org.jetbrains:annotations:24.1.0")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.withType<AbstractArchiveTask>().configureEach {
|
||||||
|
isPreserveFileTimestamps = false
|
||||||
|
isReproducibleFileOrder = true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
subprojects {
|
subprojects {
|
||||||
|
Loading…
Reference in New Issue
Block a user