commit | 551ccd571179729f2dd8d15302ce91ee8ea04014 | [log] [tgz] |
---|---|---|
author | Cedric Beust <beust@yahoo-inc.com> | Tue Jul 14 11:09:17 2015 -0700 |
committer | Cedric Beust <beust@yahoo-inc.com> | Tue Jul 14 11:09:17 2015 -0700 |
tree | 76a96390bc31c24130e135c90c396b7ca7aefaeb | |
parent | ef2d1199abff4e1b8fa4b1148c1314e776d7a044 [diff] [blame] |
Automatically close and promote on Nexus.
diff --git a/build.gradle b/build.gradle index ce46900..327dc0f 100644 --- a/build.gradle +++ b/build.gradle
@@ -21,6 +21,7 @@ dependencies { //Check for the latest version here: http://plugins.gradle.org/plugin/com.jfrog.artifactory classpath "org.jfrog.buildinfo:build-info-extractor-gradle:3.0.3" + classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.5.3" } }