Update build.gradle

This commit is contained in:
Modmuss50 2016-05-27 07:52:37 +01:00
parent deabc41653
commit 8cb62c60d6

View file

@ -156,14 +156,17 @@ artifacts {
build.dependsOn deobfJar, apiJar build.dependsOn deobfJar, apiJar
uploadToModsIO { modsIO {
key = project.getProperty('modsioTRKey')
project {
artifact = jar.archivePath
modid = "1182" modid = "1182"
minecraft = "1.9.4" minecraft = "1.9.4"
changelog = "See github at : https://github.com/TechReborn/TechReborn" changelog = "See github at : https://github.com/TechReborn/TechReborn"
tag = "alpha" tag = "alpha"
apiKey = project.getProperty('modsioTRKey') current = true
artifact = jar.archivePath }
current = true;
} }
uploadArchives { uploadArchives {