Skip to content

Commit

Permalink
fixes for curse upload... why does curse reject files with changelog?
Browse files Browse the repository at this point in the history
  • Loading branch information
lawremi committed Oct 25, 2015
1 parent 07c9a2e commit 151fcb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ minecraft {
}

curse {
projectId = '2262983'
projectId = '237130'
apiKey = project.hasProperty('curseForgeApiKey') ? project.curseForgeApiKey : ''
releaseType = 'release'

displayName = 'Custom Ore Generation'
displayName = 'Custom Ore Generation ' + version
// autogenerate from git logs?
// https://github.com/marcpoppleton/gradle-changelog-plugin
changelog = file('changelog.txt')
// changelog = new File('changelog.txt').text
}

def getVersionName()
Expand Down

0 comments on commit 151fcb9

Please sign in to comment.