Skip to content

Commit

Permalink
compress the tar distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
dnault committed Aug 31, 2018
1 parent 57ebe10 commit 6dc8fb6
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 @@ -58,6 +58,10 @@ clean {
delete generatedFilesDir
}

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

// Patch the start scripts to export the APP_HOME environment variable
// so we can read log4j config and write log files in usual location.
// See https://discuss.gradle.org/t/linux-launcher-script-should-export-app-home-before-starting-the-application/3570
Expand Down

0 comments on commit 6dc8fb6

Please sign in to comment.