Skip to content

Commit

Permalink
Merge pull request #24 from timotei/master
Browse files Browse the repository at this point in the history
Add the release plugin
  • Loading branch information
gluck committed Nov 18, 2015
2 parents e653094 + c21504e commit 64ebc0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ plugins {
id "nu.studer.plugindev" version "1.0.3"
id "com.ullink.functions" version "1.0"
id "com.jfrog.bintray" version "1.2"
id 'net.researchgate.release' version '2.3.4'
}

apply plugin: 'groovy'
Expand Down Expand Up @@ -50,3 +51,5 @@ if (JavaVersion.current().isJava8Compatible()) {
}
}
}

project.tasks.afterReleaseBuild.dependsOn project.tasks.bintrayUpload

0 comments on commit 64ebc0e

Please sign in to comment.