Skip to content

Commit

Permalink
Move distTar.compression to publish-dist.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdanfox committed May 24, 2018
1 parent 11b9b7a commit 7389ff3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion conjure-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
apply from: "$rootDir/gradle/publish-dist.gradle"

mainClassName = 'com.palantir.conjure.java.cli.ConjureJavaCli'
distTar.compression = Compression.GZIP

dependencies {
compile project(':conjure-java-core')
Expand Down
2 changes: 2 additions & 0 deletions gradle/publish-dist.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apply plugin: 'application'
apply plugin: 'com.jfrog.bintray'
apply plugin: 'maven-publish'

distTar.compression = Compression.GZIP

bintray {
user = System.env.BINTRAY_USERNAME
key = System.env.BINTRAY_PASSWORD
Expand Down

0 comments on commit 7389ff3

Please sign in to comment.