Stop sucking spigot in (jtracy workaround)
This commit is contained in:
parent
7cc8078410
commit
17773c9817
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue