Update build.gradle

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

View file

@ -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 {