diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/build.gradle | 11 | 
1 files changed, 11 insertions, 0 deletions
| diff --git a/lib/build.gradle b/lib/build.gradle index c9b32b0..ff1fe10 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -1,4 +1,15 @@ +buildscript { +    repositories { +        jcenter() +    } +    dependencies { +        classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.1' +    } +} +  apply plugin: 'java' +apply plugin: 'com.jfrog.bintray' +apply from: "${rootDir}/publish.gradle"  repositories {      maven { | 
