From 7b26c06cc3a1b93f31b2c0df8859fcf42f3425eb Mon Sep 17 00:00:00 2001 From: vaperion Date: Sat, 24 Feb 2024 20:04:41 +0100 Subject: [PATCH] Bukkit module should depend on spigot, not paper --- bukkit/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bukkit/build.gradle b/bukkit/build.gradle index d765c2f..3ba50c5 100644 --- a/bukkit/build.gradle +++ b/bukkit/build.gradle @@ -12,6 +12,6 @@ dependencies { compileOnly 'org.jetbrains:annotations:23.0.0' - compileOnly 'org.spigotmc:spigot-api:1.20.4-R0.1-SNAPSHOT' + compileOnly 'org.spigotmc:spigot-api:1.19.3-R0.1-SNAPSHOT' compileOnly 'com.comphenix.protocol:ProtocolLib:4.6.0' }