Testing out uploading the changelog to CurseForge as an additional artifact

This commit is contained in:
pahimar 2015-01-30 22:41:26 -05:00
parent cc2472c34b
commit e1e25895cc

View file

@ -163,11 +163,11 @@ tasks.setupDecompWorkspace.dependsOn copyChicken
curse {
projectId = project.ee3_curseforge_projectid
apiKey = project.curseforge_apikey
changelog = ''
apiKey = project.ee3_curseforge_apikey
changelog = 'Please see the attached changelog file'
releaseType = 'alpha'
additionalArtifact devJar
additionalArtifact "$project.buildDir/libs/$project.archivesBaseName-$config.minecraft_version-$config.mod_version-changelog.txt"
}
uploadArchives {