Skip to content

Commit

Permalink
build: remove velocity loader from publish task
Browse files Browse the repository at this point in the history
  • Loading branch information
Syrent committed Jun 13, 2024
1 parent ca91d14 commit 2f1e714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ modrinth {
project(":sayanvanish-proxy:sayanvanish-proxy-bungeecord").tasks.shadowJar.flatMap { it.archiveFile }
))
gameVersions.set("${rootProject.property("modrinthMinecraftVersions")}".split(","))
loaders.set(listOf("paper", "folia", "purpur", "spigot", "velocity", "waterfall", "bungeecord"))
loaders.set(listOf("paper", "folia", "purpur", "spigot"/*, "velocity"*/, "waterfall", "bungeecord"))
failSilently.set(true)
detectLoaders.set(false)

Expand Down

0 comments on commit 2f1e714

Please sign in to comment.