Update build.gradle
This commit is contained in:
parent
deabc41653
commit
8cb62c60d6
1 changed files with 12 additions and 9 deletions
21
build.gradle
21
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 {
|
||||
|
|
Loading…
Reference in a new issue