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 build.dependsOn deobfJar, apiJar
uploadToModsIO { modsIO {
modid = "1182" key = project.getProperty('modsioTRKey')
minecraft = "1.9.4"
changelog = "See github at : https://github.com/TechReborn/TechReborn" project {
tag = "alpha" artifact = jar.archivePath
apiKey = project.getProperty('modsioTRKey') modid = "1182"
artifact = jar.archivePath minecraft = "1.9.4"
current = true; changelog = "See github at : https://github.com/TechReborn/TechReborn"
} tag = "alpha"
current = true
}
}
uploadArchives { uploadArchives {
repositories { repositories {