Skip to content

Commit

Permalink
Add the release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
timotei committed Nov 18, 2015
1 parent e653094 commit c21504e
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 c21504e

Please sign in to comment.