From 8cb62c60d652cc668b85bc8aedce41447c1b9ba4 Mon Sep 17 00:00:00 2001 From: Modmuss50 Date: Fri, 27 May 2016 07:52:37 +0100 Subject: [PATCH] Update build.gradle --- build.gradle | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/build.gradle b/build.gradle index 262f6c47a..4e26efe2b 100644 --- a/build.gradle +++ b/build.gradle @@ -156,15 +156,18 @@ artifacts { build.dependsOn deobfJar, apiJar -uploadToModsIO { - modid = "1182" - minecraft = "1.9.4" - changelog = "See github at : https://github.com/TechReborn/TechReborn" - tag = "alpha" - apiKey = project.getProperty('modsioTRKey') - artifact = jar.archivePath - current = true; -} +modsIO { + key = project.getProperty('modsioTRKey') + + project { + artifact = jar.archivePath + modid = "1182" + minecraft = "1.9.4" + changelog = "See github at : https://github.com/TechReborn/TechReborn" + tag = "alpha" + current = true + } + } uploadArchives { repositories {