Skip to content

Commit 14973fd

Browse files
committed
Unset reproducibleFileOrder and preserveFileTimestamps Gradle flags
This commit reverts the changes done via 50a0094 in order to ensure consistency across modules (those changes were specific to spring-core). Reproducible builds are likely desirable, but it is a complex topic (see gradle/gradle#14819) that needs to be addressed portfolio wide, with a better control than what Gradle currently allows (for example to allow using EPOCH instead of the current 1980 date). Basic tests did not show an obvious impact on testing avoidance with modern Gradle versions. Closes gh-29633
1 parent ffe7ec4 commit 14973fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spring-core/spring-core.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ dependencies {
9797
}
9898

9999
jar {
100-
reproducibleFileOrder = true
101-
preserveFileTimestamps = false // maybe not necessary here, but good for reproducibility
102100
manifest.attributes["Dependencies"] = "jdk.unsupported" // for WildFly (-> Objenesis 3.2)
103101

104102
dependsOn javapoetRepackJar

0 commit comments

Comments
 (0)