Skip to content

Commit

Permalink
fix modrinth versions string
Browse files Browse the repository at this point in the history
  • Loading branch information
Jsinco committed Dec 21, 2024
1 parent 8692ded commit f7061ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@ modrinth {
versionType.set("release") // This is the default -- can also be `beta` or `alpha`
uploadFile.set(tasks.shadowJar)
loaders.addAll("bukkit", "spigot", "paper", "purpur", "folia")
gameVersions.addAll("1.13.x", "1.14.x", "1.15.x", "1.16.x", "1.17.x", "1.18.x", "1.19.x", "1.20.x", "1.21.x")
gameVersions.addAll("1.13.2", "1.14.4", "1.15.2", "1.16.5", "1.17.1", "1.18.2", "1.19.4",
"1.20.4", "1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4")
changelog.set(readChangeLog())
}

Expand Down

0 comments on commit f7061ac

Please sign in to comment.