From 8692ded8c578c51d871b2865d21c50897f4bee49 Mon Sep 17 00:00:00 2001 From: Jsinco Date: Sat, 21 Dec 2024 05:53:40 -0500 Subject: [PATCH] so annoying --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 58ed2d16..3b705ae9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -207,7 +207,7 @@ hangarPublish { platforms { register(Platforms.PAPER) { jar.set(tasks.shadowJar.flatMap { it.archiveFile }) - platformVersions.set(listOf("1.13.x-1.21.x")) + 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")) } } changelog.set(readChangeLog())