Skip to content

Commit ee92509

Browse files
committed
Fix modrinth publishing
1 parent c52333f commit ee92509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ if (System.getenv("MODRINTH_API_KEY")) {
136136
versionType = project.release_type
137137
delegate.changelog = System.getenv("MOD_CHANGELOG")
138138

139-
gameVersions = project.compatible_minecraft_versions.split(",")
139+
gameVersions = project.compatible_minecraft_versions.split(",").collect { it }
140140
loaders = ["neoforge"]
141141

142142
dependencies {

0 commit comments

Comments
 (0)