Skip to content

Commit 8d2b604

Browse files
committed
Remove 1.21.10 from Modrinth upload
1 parent 8d243f9 commit 8d2b604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-logic/src/main/kotlin/floodgate-modded.platform-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,6 @@ modrinth {
133133
syncBodyFrom.set(rootProject.file("README.md").readText())
134134

135135
uploadFile.set(tasks.remapJar.get().destinationDirectory.get().asFile.resolve("${versionName(project)}.jar"))
136-
gameVersions.addAll(libs.minecraft.get().version as String, "1.21.10")
136+
gameVersions.addAll(libs.minecraft.get().version as String)
137137
failSilently.set(false)
138138
}

0 commit comments

Comments
 (0)