Skip to content

Commit 1ddf895

Browse files
authored
fixup! Enable reproducible builds (#1010 fixing regression from #1009)
2 parents 018f077 + c57b3ea commit 1ddf895

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/java-publish.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,6 @@ if (!version.endsWith('-SNAPSHOT')) {
184184
}
185185

186186
tasks.withType(AbstractArchiveTask).configureEach {
187-
preserveFileTimestamps = false
188-
reproducibleFileOrder = true
187+
preserveFileTimestamps = false
188+
reproducibleFileOrder = true
189189
}

0 commit comments

Comments
 (0)