Skip to content

Commit

Permalink
compress distribution tar files using gzip
Browse files Browse the repository at this point in the history
  • Loading branch information
derekm committed Sep 28, 2022
1 parent 0072abf commit d0c479e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,10 @@ distributions {

}

tasks.withType(Tar) {
compression = Compression.GZIP
}

task sourceCopy(type: Copy) {
from rootDir
into 'source'
Expand Down

0 comments on commit d0c479e

Please sign in to comment.