forked from SteamWar/SteamWar
Fix transitive dependencies for STRG+Click in Source code not jumping to Source code
This commit is contained in:
@@ -26,9 +26,9 @@ tasks.compileJava {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly(project(":CommonCore"))
|
||||
compileOnly(project(":CommandFramework"))
|
||||
compileOnly(project(":SpigotCore:CRIUDummy"))
|
||||
compileOnly(project(":CommonCore", "default"))
|
||||
compileOnly(project(":CommandFramework", "default"))
|
||||
compileOnly(project(":SpigotCore:CRIUDummy", "default"))
|
||||
|
||||
compileOnly(libs.worldedit12)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user