Skip to content

Commit 17773c9

Browse files
Stop sucking spigot in (jtracy workaround)
1 parent 7cc8078 commit 17773c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bukkit-helper-121-3/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +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.3-R0.1-SNAPSHOT'
16-
implementation ('org.spigotmc:spigot:1.21.3-R0.1-SNAPSHOT') {
16+
compileOnly ('org.spigotmc:spigot:1.21.3-R0.1-SNAPSHOT') {
1717
exclude group: "com.mojang", module: "jtracy"
1818
}
1919
}

bukkit-helper-121-4/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +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.4-R0.1-SNAPSHOT'
16-
implementation ('org.spigotmc:spigot:1.21.4-R0.1-SNAPSHOT') {
16+
compileOnly ('org.spigotmc:spigot:1.21.4-R0.1-SNAPSHOT') {
1717
exclude group: "com.mojang", module: "jtracy"
1818
}
1919
}

0 commit comments

Comments
 (0)