aboutsummaryrefslogtreecommitdiffstats
path: root/sshlib
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2016-02-19 19:49:17 -0800
committerKenny Root <kenny@the-b.org>2016-02-19 20:39:52 -0800
commit9ca54dfd3f2477d5da9d37b6de07791541af0899 (patch)
tree8949705e993b0b6a5ff588aa2b491f9db004e205 /sshlib
parentf72032191a038329a752de0ab194c224e7f3acba (diff)
downloadsshlib-9ca54dfd3f2477d5da9d37b6de07791541af0899.tar.gz
sshlib-9ca54dfd3f2477d5da9d37b6de07791541af0899.tar.bz2
sshlib-9ca54dfd3f2477d5da9d37b6de07791541af0899.zip
Add Artifactory publishing for snapshots
Diffstat (limited to 'sshlib')
-rw-r--r--sshlib/build.gradle11
1 files changed, 3 insertions, 8 deletions
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 {