Skip to content

Commit

Permalink
fixup! Enable reproducible builds (#1010 fixing regression from #1009)
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg authored Dec 2, 2021
2 parents 018f077 + c57b3ea commit 1ddf895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/java-publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,6 @@ if (!version.endsWith('-SNAPSHOT')) {
}

tasks.withType(AbstractArchiveTask).configureEach {
preserveFileTimestamps = false
reproducibleFileOrder = true
preserveFileTimestamps = false
reproducibleFileOrder = true
}

0 comments on commit 1ddf895

Please sign in to comment.