From 026fcb8773520fdc99f3c5b87f898806b551943c Mon Sep 17 00:00:00 2001 From: Adubbz Date: Sun, 11 Jan 2015 20:34:27 +1100 Subject: [PATCH] Attempting to get Gradle to work... --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 590140a6d..e43dedb74 100644 --- a/build.gradle +++ b/build.gradle @@ -140,7 +140,7 @@ artifacts { archives deobfJar } -uploadArchives { +task uploadArchives2 { dependsOn 'reobf' repositories { if (project.hasProperty("filesmaven")) {