Trying my hand at uploading to CurseForge

This commit is contained in:
pahimar 2015-01-30 22:13:04 -05:00
parent 80b718db37
commit cc2472c34b

View file

@ -17,6 +17,7 @@ buildscript {
apply plugin: 'java'
apply plugin: 'forge'
apply plugin: 'curseforge'
apply plugin: 'maven'
repositories {
@ -160,6 +161,15 @@ task copyChicken(type: Copy, dependsOn: "extractUserDev") {
tasks.setupDevWorkspace.dependsOn copyChicken
tasks.setupDecompWorkspace.dependsOn copyChicken
curse {
projectId = project.ee3_curseforge_projectid
apiKey = project.curseforge_apikey
changelog = ''
releaseType = 'alpha'
additionalArtifact devJar
}
uploadArchives {
repositories {
mavenDeployer {