aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2016-02-19 22:41:25 -0800
committerKenny Root <kenny@the-b.org>2016-02-19 22:41:25 -0800
commit88e9de80ac82bf27c73c557bd4aca284526e5b83 (patch)
tree9d2ec83b1dfa2ea4694ffcb34b03387a888442c9
parent7ea517aff1f342bbb8ae7b8d414b2b538a457dff (diff)
downloadsshlib-88e9de80ac82bf27c73c557bd4aca284526e5b83.tar.gz
sshlib-88e9de80ac82bf27c73c557bd4aca284526e5b83.tar.bz2
sshlib-88e9de80ac82bf27c73c557bd4aca284526e5b83.zip
Upgrade to bintray 1.6 gradle plugin
-rw-r--r--sshlib/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshlib/build.gradle b/sshlib/build.gradle
index 1c36976..e0eb8da 100644
--- a/sshlib/build.gradle
+++ b/sshlib/build.gradle
@@ -1,6 +1,6 @@
plugins {
id 'com.jfrog.artifactory' version '4.0.0'
- id 'com.jfrog.bintray' version '1.1'
+ id 'com.jfrog.bintray' version '1.6'
}
apply plugin: 'java'