diff --git a/build.gradle.kts b/build.gradle.kts index ac8b648f..1df48c70 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -249,7 +249,8 @@ hangarPublish { platforms { register(Platforms.PAPER) { // TODO: Ask in paper discord - url.set("https://modrinth.com/plugin/breweryx/versions") + //url.set("https://modrinth.com/plugin/breweryx/versions") + jar.set(tasks.shadowJar.flatMap { it.archiveFile }) platformVersions.set(listOf("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")) } }