Skip to content

Commit

Permalink
./gradlew distTar produces a .tgz
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdanfox committed May 22, 2018
1 parent 4a643c8 commit da18f40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conjure-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ dependencies {

mainClassName = 'com.palantir.conjure.java.cli.ConjureJavaCli'

distTar.compression = Compression.GZIP

publishing {
publications {
dist(MavenPublication) {
Expand Down

0 comments on commit da18f40

Please sign in to comment.