aboutsummaryrefslogtreecommitdiffstats
path: root/sshlib/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'sshlib/build.gradle')
-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 {