Skip to content

Commit

Permalink
Fix modrinth publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Swedz committed Aug 28, 2024
1 parent c52333f commit ee92509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ if (System.getenv("MODRINTH_API_KEY")) {
versionType = project.release_type
delegate.changelog = System.getenv("MOD_CHANGELOG")

gameVersions = project.compatible_minecraft_versions.split(",")
gameVersions = project.compatible_minecraft_versions.split(",").collect { it }
loaders = ["neoforge"]

dependencies {
Expand Down

0 comments on commit ee92509

Please sign in to comment.