From 14ac7d5dbf0950ecb9b7acf07af7e166735c1f02 Mon Sep 17 00:00:00 2001 From: RednedEpic Date: Sun, 24 Apr 2022 13:52:02 -0500 Subject: [PATCH] Fix this --- build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle.kts b/build.gradle.kts index c10ea91a3..a51beafdc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -39,6 +39,7 @@ subprojects { group = rootProject.group as String + ".geyser" when (this) { in platforms -> plugins.apply("geyser.publish-conventions") + api -> plugins.apply("geyser.api-conventions") else -> plugins.apply("geyser.base-conventions") } }