Skip to content

Commit 9754156

Browse files
committed
build: add 1.21.4 to the modrinth supported versions
1 parent 6224b4c commit 9754156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ modrinth {
125125
versionType.set("release") // TODO: Automatically determine this from the version
126126
uploadFile.set(tasks.shadowJar) // Use the shadowed jar !!
127127
changelog.set(System.getenv("CHANGELOG"))
128-
gameVersions.addAll("1.21.5", "1.21.6", "1.21.7", "1.21.8") // Must be an array, even with only one version
128+
gameVersions.addAll("1.21.4", "1.21.5", "1.21.6", "1.21.7", "1.21.8") // Must be an array, even with only one version
129129
loaders.addAll("bukkit", "spigot", "paper", "purpur") // Must also be an array - no need to specify this if you're using Loom or ForgeGradle
130130
dependencies { // A special DSL for creating dependencies
131131
// scope.type

0 commit comments

Comments
 (0)