From 5522c45034b4e15b552685d231b1f4007f47840f Mon Sep 17 00:00:00 2001 From: Abrar Syed Date: Wed, 5 Feb 2014 17:29:02 -0600 Subject: [PATCH] fixed reobfuscation --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index db652f7..1a48096 100644 --- a/build.gradle +++ b/build.gradle @@ -100,6 +100,7 @@ artifacts { // Configure an upload task. this is setup for uploading to files.minecraftforge.net. There are other examples around uploadArchives { + dependsOn 'reobf' repositories { if (project.hasProperty("filesmaven")) { logger.info('Publishing to files server')