fleshed out curseforge details in build.gradle

This commit is contained in:
MachineMuse 2015-08-28 01:04:22 -06:00
parent 08abb0e995
commit 4d6a1127fb

View file

@ -110,8 +110,14 @@ artifacts {
curse {
projectId = '235442'
apiKey = System.getenv('CURSE_API_KEY')
releaseType = 'release'
apiKey = project.hasProperty('curseForgeApiKey') ? project.curseForgeApiKey : ''
releaseType = 'beta'
addGameVersion '1.7.10'
additionalArtifact 'mps-vanilla.recipes'
additionalArtifact 'mps-thermalexpansion.recipes'
additionalArtifact 'mps-ic2.recipes'
relatedProject 'numina': 'requiredLibrary'
}