From bcaf0e68df6fe304993187ecbf56a980235ce075 Mon Sep 17 00:00:00 2001 From: datatags Date: Tue, 20 Feb 2024 00:48:24 -0800 Subject: [PATCH] Fix compile --- build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ebb07f7..ac9dbec 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,8 @@ repositories { } dependencies { - compileOnly 'org.spigotmc:spigot-api:1.20.4-R0.1-20240209.081002-77' + // Latest Spigot 1.20.4 API doesn't support Java 8 + compileOnly 'org.spigotmc:spigot-api:1.20.3-R0.1-SNAPSHOT' // TODO: change this to a tag that works compileOnly 'com.github.UltraCosmetics:UltraCosmetics:master-SNAPSHOT' implementation 'org.bstats:bstats-bukkit:3.0.2'