Skip to content

Commit a0dd8fe

Browse files
committed
Fix 1.21.5 jtracy dependency
1 parent 14d90d9 commit a0dd8fe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bukkit-helper-121-5/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ dependencies {
1313
implementation project(':dynmap-api')
1414
implementation project(path: ':DynmapCore', configuration: 'shadow')
1515
compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.21.5-R0.1-SNAPSHOT'
16-
compileOnly group: 'org.spigotmc', name: 'spigot', version:'1.21.5-R0.1-SNAPSHOT'
16+
compileOnly ('org.spigotmc:spigot:1.21.5-R0.1-SNAPSHOT') {
17+
exclude group: "com.mojang", module: "jtracy"
18+
}
1719
}

0 commit comments

Comments
 (0)