From e92c35eac16d9d67182bbe6ce067ac15fed6e53b Mon Sep 17 00:00:00 2001 From: Traqueur_ Date: Thu, 2 Oct 2025 09:27:09 +0200 Subject: [PATCH] fix: expose api --- spigot/build.gradle | 2 +- velocity/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spigot/build.gradle b/spigot/build.gradle index 97c715e..62d026c 100644 --- a/spigot/build.gradle +++ b/spigot/build.gradle @@ -14,7 +14,7 @@ repositories { } dependencies { - implementation project(":core") + api project(":core") compileOnly "org.spigotmc:spigot-api:1.20.4-R0.1-SNAPSHOT" testImplementation ("org.spigotmc:spigot-api:1.20.4-R0.1-SNAPSHOT") } diff --git a/velocity/build.gradle b/velocity/build.gradle index 08ee288..1120b85 100644 --- a/velocity/build.gradle +++ b/velocity/build.gradle @@ -15,7 +15,7 @@ repositories { } dependencies { - implementation project(":core") + api project(":core") compileOnly("com.velocitypowered:velocity-api:3.4.0-SNAPSHOT") annotationProcessor("com.velocitypowered:velocity-api:3.4.0-SNAPSHOT") }