File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ junit-jupiter-api.module = "org.junit.jupiter:junit-jupiter-api"
2727junit-jupiter-params.module = " org.junit.jupiter:junit-jupiter-params"
2828junit-jupiter-engine.module = " org.junit.jupiter:junit-jupiter-engine"
2929
30- spigot = " org.spigotmc:spigot-api:1.21.4-R0.1-SNAPSHOT"
3130paperApi = " io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT"
3231paperLib = " io.papermc:paperlib:1.0.8"
3332
Original file line number Diff line number Diff line change @@ -5,23 +5,10 @@ plugins {
55 id(" buildlogic.platform" )
66}
77
8- val localImplementation = configurations.create(" localImplementation" ) {
9- description = " Dependencies used locally, but provided by the runtime Bukkit implementation"
10- isCanBeConsumed = false
11- isCanBeResolved = false
12- }
13- configurations[" compileOnly" ].extendsFrom(localImplementation)
14- configurations[" testImplementation" ].extendsFrom(localImplementation)
15-
168dependencies {
179 " api" (project(" :worldguard-core" ))
1810 " api" (libs.worldedit.bukkit) { isTransitive = false }
1911 " compileOnly" (libs.commandbook) { isTransitive = false }
20- // Technically this is api, but everyone should already have some form of the bukkit API
21- // Avoid pulling in another one, especially one so outdated.
22- " localImplementation" (libs.spigot) {
23- exclude(" junit" , " junit" )
24- }
2512
2613 " compileOnly" (libs.jetbrains.annotations) {
2714 because(" Resolving Spigot annotations" )
You can’t perform that action at this time.
0 commit comments