From 9ca54dfd3f2477d5da9d37b6de07791541af0899 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Fri, 19 Feb 2016 19:49:17 -0800 Subject: Add Artifactory publishing for snapshots --- sshlib/build.gradle | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'sshlib') diff --git a/sshlib/build.gradle b/sshlib/build.gradle index 5949330..1c36976 100644 --- a/sshlib/build.gradle +++ b/sshlib/build.gradle @@ -1,14 +1,9 @@ -buildscript { - repositories { - jcenter() - } - dependencies { - classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.1' - } +plugins { + id 'com.jfrog.artifactory' version '4.0.0' + id 'com.jfrog.bintray' version '1.1' } apply plugin: 'java' -apply plugin: 'com.jfrog.bintray' apply from: "${rootDir}/publish.gradle" dependencies { -- cgit v1.2.3