fleshed out curseforge details in build.gradle
This commit is contained in:
parent
08abb0e995
commit
4d6a1127fb
1 changed files with 8 additions and 2 deletions
10
build.gradle
10
build.gradle
|
@ -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'
|
||||
}
|
Loading…
Reference in a new issue