Skip to content

Commit

Permalink
build.gradle: disable compression for JARs
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach committed Sep 17, 2023
1 parent 94f2f2a commit 018f6e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,10 @@ protobuf {
}
}

tasks.withType(AbstractArchiveTask) {
tasks.withType(Zip) {
preserveFileTimestamps = false
reproducibleFileOrder = true
entryCompression = ZipEntryCompression.STORED
}

tasks.withType(Javadoc) {
Expand Down

0 comments on commit 018f6e2

Please sign in to comment.