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
uploadToModsIO {
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"
apiKey = project.getProperty('modsioTRKey')
artifact = jar.archivePath
current = true;
current = true
}
}
uploadArchives {