Skip to content

Commit

Permalink
distTar should use .tar.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwest committed Oct 7, 2024
1 parent 2108af3 commit bd503ad
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 @@ -162,6 +162,11 @@ task buildAll {
dependsOn "distTar"
}

tasks.distTar {
compression = Compression.GZIP
archiveExtension.set("tar.gz")
}

assemble.mustRunAfter clean

applicationDistribution.from("LICENSE.txt") {
Expand Down

0 comments on commit bd503ad

Please sign in to comment.