Stop sucking spigot in (jtracy workaround)

This commit is contained in:
Michael Primm 2025-01-05 12:09:57 -05:00
parent 7cc8078410
commit 17773c9817
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ dependencies {
implementation project(':dynmap-api')
implementation project(path: ':DynmapCore', configuration: 'shadow')
compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.21.4-R0.1-SNAPSHOT'
implementation ('org.spigotmc:spigot:1.21.4-R0.1-SNAPSHOT') {
compileOnly ('org.spigotmc:spigot:1.21.4-R0.1-SNAPSHOT') {
exclude group: "com.mojang", module: "jtracy"
}
}