From 17303711375d8aa00b95ab8f6ced0598b359543b Mon Sep 17 00:00:00 2001 From: Jsinco Date: Tue, 7 Jan 2025 20:28:47 -0500 Subject: [PATCH] forgot to push this before releasing --- build.gradle.kts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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")) } }