aboutsummaryrefslogtreecommitdiff
path: root/gradle
diff options
context:
space:
mode:
authorCedric Beust <cedric@beust.com>2015-07-11 16:30:40 -0700
committerCedric Beust <cedric@beust.com>2015-07-11 16:30:40 -0700
commit241b759e076431d4f3f2ea7eef126f01eba70b99 (patch)
tree6776071b68f7a8f755d21eff6e46e7e0a12fd26f /gradle
parent01794396ac49704e552ba07e6817752e02e90b9d (diff)
downloadtestng-241b759e076431d4f3f2ea7eef126f01eba70b99.tar.gz
A few comments.
Diffstat (limited to 'gradle')
-rw-r--r--gradle/publishing-maven.gradle6
1 files changed, 6 insertions, 0 deletions
diff --git a/gradle/publishing-maven.gradle b/gradle/publishing-maven.gradle
index c87f8c43..b38cf792 100644
--- a/gradle/publishing-maven.gradle
+++ b/gradle/publishing-maven.gradle
@@ -48,3 +48,9 @@ uploadArchives {
}
}
+uploadArchives.doLast {
+ if (! version.contains("SNAPSHOT")) {
+ println("Now go to https://oss.sonatype.org/index.html#stagingRepositories to close" +
+ " and publish the distribution")
+ }
+} \ No newline at end of file