Skip to content

Commit

Permalink
ci: enable expansion curse upload
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTJP committed Jan 23, 2023
1 parent feeac37 commit 235147e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -275,17 +275,17 @@ curseforge {
}

// Expansion
// project {
// id = '229048'
// releaseType = System.getenv('CURSE_RELEASE_TYPE') ?: 'alpha'
// changelogType = 'markdown'
// changelog = file('CHANGELOG.md')
// relations {
// requiredDependency 'project-red-core'
// }
//
// mainArtifact expansionJar
// }
project {
id = '229048'
releaseType = System.getenv('CURSE_RELEASE_TYPE') ?: 'alpha'
changelogType = 'markdown'
changelog = file('CHANGELOG.md')
relations {
requiredDependency 'project-red-core'
}

mainArtifact expansionJar
}

// Exploration
project {
Expand Down

0 comments on commit 235147e

Please sign in to comment.