Skip to content

Commit

Permalink
bintray configuration removed
Browse files Browse the repository at this point in the history
  • Loading branch information
e13mort committed Jul 10, 2017
1 parent 375c5ec commit 9ff3c0f
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apply plugin: 'java'
apply plugin: 'maven-publish'
apply plugin: 'application'
apply plugin: 'distribution'
apply plugin: 'com.jfrog.bintray'
apply from: '../junit.gradle'

sourceCompatibility = 1.7
Expand Down Expand Up @@ -63,19 +62,4 @@ publishing {
version ARTIFACT_VERSION
}
}
}

bintray {
user = bintray_user
key = bintray_key
publications = ['mavenJava']
pkg {
repo = 'maven'
name = ARTIFACT_ID
licenses = ['Apache-2.0']
vcsUrl = 'https://github.com/e13mort/stf-console-client.git'
version {
name = ARTIFACT_VERSION
}
}
}
}

0 comments on commit 9ff3c0f

Please sign in to comment.