Skip to content

Commit

Permalink
reproducible build
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed May 28, 2024
1 parent 58c80db commit e878e1d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ subprojects {
}

tasks.register('allDeps', DependencyReportTask)

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


0 comments on commit e878e1d

Please sign in to comment.