Skip to content

Commit

Permalink
chore: remove unsupported versions from modrinth release task
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreSchwang committed Nov 5, 2024
1 parent 503bb2e commit 29ed93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worldedit-bukkit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ tasks {
versionNumber.set("${project.version}")
versionType.set("release")
uploadFile.set(file("build/libs/${rootProject.name}-Bukkit-${project.version}.jar"))
gameVersions.addAll(listOf("1.21.3", "1.21", "1.20.6", "1.20.5", "1.20.3", "1.20.2", "1.20.1", "1.20", "1.19.4"))
gameVersions.addAll(listOf("1.21.3", "1.21.1", "1.21", "1.20.6", "1.20.5", "1.20.3", "1.20.2"))
loaders.addAll(listOf("paper", "spigot"))
changelog.set("The changelog is available on GitHub: https://github.com/IntellectualSites/" +
"FastAsyncWorldEdit/releases/tag/${project.version}")
Expand Down

0 comments on commit 29ed93c

Please sign in to comment.