Skip to content

Commit 689f4d7

Browse files
Mark all 26.1.x versions as supported on modrinth (#6401)
* Update geyser.modrinth-uploading-conventions.gradle.kts * Update supported java versions * Deal with upstream merge changes --------- Co-authored-by: onebeastchris <github@onechris.mozmail.com>
1 parent 53b5842 commit 689f4d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-logic/src/main/kotlin/geyser.modrinth-uploading-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ modrinth {
1313
versionNumber.set(projectVersion(project))
1414
versionType.set("beta")
1515
changelog.set(System.getenv("CHANGELOG") ?: "")
16-
gameVersions.addAll(libs.minecraft.get().version as String)
16+
gameVersions.addAll("26.1", "26.1.1", libs.minecraft.get().version as String)
1717
failSilently.set(true)
1818

1919
syncBodyFrom.set(rootProject.file("README.md").readText())

0 commit comments

Comments
 (0)