Skip to content

Commit

Permalink
Reproducible Builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobp925 committed Jan 30, 2022
1 parent 55b00ca commit cc3db3a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ dependencies {
paperclip("io.papermc:paperclip:2.0.1")
}

tasks.withType<AbstractArchiveTask>().configureEach {
isPreserveFileTimestamps = false
isReproducibleFileOrder = true
}

subprojects {
apply(plugin = "java")

Expand Down

0 comments on commit cc3db3a

Please sign in to comment.