From 8da4b86caee7127eca1c40d7758969eff84604ac Mon Sep 17 00:00:00 2001 From: pfavre Date: Thu, 26 Jan 2017 14:42:53 +0100 Subject: [PATCH] publish script to non dryrun --- publish.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.gradle b/publish.gradle index 4458832..f9c190e 100644 --- a/publish.gradle +++ b/publish.gradle @@ -89,7 +89,7 @@ bintray { // rename { name -> "hood-core-$rootProject.ext.versionNameLib-noop.aar" } // } - dryRun = true + dryRun = false publish = true //Whether version should be auto published after an upload override = false //[Default: false] Whether to override version artifacts already published