aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-07-18 09:33:01 -0700
committerKenny Root <kenny@the-b.org>2015-07-18 10:15:29 -0700
commit0cf7ac30faecc82e04b080f418b08758624b07f5 (patch)
tree0cf42dfec623eb9f49680ec17f0e24c20f7882e6
parent1ab1c0412b38b6d361c3271650afa9f6ee7e5019 (diff)
downloadsshlib-0cf7ac30faecc82e04b080f418b08758624b07f5.tar.gz
sshlib-0cf7ac30faecc82e04b080f418b08758624b07f5.tar.bz2
sshlib-0cf7ac30faecc82e04b080f418b08758624b07f5.zip
Add gradle release command
-rw-r--r--build.gradle4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 3551a43..989f87c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -10,6 +10,10 @@ buildscript {
}
}
+plugins {
+ id 'net.researchgate.release' version '2.1.2'
+}
+
allprojects {
repositories {
jcenter()