Skip to content

Commit

Permalink
build: automatically mark CurseForge builds as NeoForge
Browse files Browse the repository at this point in the history
  • Loading branch information
bconlon1 committed Jan 13, 2024
1 parent d59ca09 commit 250806b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ curseforge {
changelog = file("$rootDir/docs/CHANGELOG.md")
changelogType = "markdown"
addGameVersion("${project.mc_version}")
addGameVersion("Forge")
addGameVersion("NeoForge")
mainArtifact(tasks.jarJar) {
displayName = "${project.mod_name} - ${version}"
relations {
Expand Down

0 comments on commit 250806b

Please sign in to comment.