We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14d90d9 commit a0dd8feCopy full SHA for a0dd8fe
bukkit-helper-121-5/build.gradle
@@ -13,5 +13,7 @@ dependencies {
13
implementation project(':dynmap-api')
14
implementation project(path: ':DynmapCore', configuration: 'shadow')
15
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'
+ compileOnly ('org.spigotmc:spigot:1.21.5-R0.1-SNAPSHOT') {
17
+ exclude group: "com.mojang", module: "jtracy"
18
+ }
19
}
0 commit comments