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')