Skip to content

Commit

Permalink
Issue 261: Compress distribution tar files using gzip (#262)
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Moore <[email protected]>
  • Loading branch information
derekm authored Sep 28, 2022
1 parent 5de0a92 commit 06f1ae7
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 @@ -635,6 +635,10 @@ distributions {

}

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

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

0 comments on commit 06f1ae7

Please sign in to comment.