forked from SteamWar/SteamWar
Fix transitive dependencies for STRG+Click in Source code not jumping to Source code
This commit is contained in:
@@ -27,8 +27,8 @@ java {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly(project(":BauSystem:BauSystem_Main"))
|
compileOnly(project(":BauSystem:BauSystem_Main", "default"))
|
||||||
compileOnly(project(":SpigotCore"))
|
compileOnly(project(":SpigotCore", "default"))
|
||||||
|
|
||||||
compileOnly(libs.nms15)
|
compileOnly(libs.nms15)
|
||||||
compileOnly(libs.worldedit15)
|
compileOnly(libs.worldedit15)
|
||||||
|
|||||||
@@ -27,8 +27,8 @@ java {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly(project(":BauSystem:BauSystem_Main"))
|
compileOnly(project(":BauSystem:BauSystem_Main", "default"))
|
||||||
compileOnly(project(":SpigotCore"))
|
compileOnly(project(":SpigotCore", "default"))
|
||||||
|
|
||||||
compileOnly(libs.spigotapi)
|
compileOnly(libs.spigotapi)
|
||||||
compileOnly(libs.nms18)
|
compileOnly(libs.nms18)
|
||||||
|
|||||||
@@ -27,8 +27,8 @@ java {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly(project(":BauSystem:BauSystem_Main"))
|
compileOnly(project(":BauSystem:BauSystem_Main", "default"))
|
||||||
compileOnly(project(":SpigotCore"))
|
compileOnly(project(":SpigotCore", "default"))
|
||||||
|
|
||||||
compileOnly(libs.spigotapi)
|
compileOnly(libs.spigotapi)
|
||||||
compileOnly(libs.paperapi)
|
compileOnly(libs.paperapi)
|
||||||
|
|||||||
@@ -27,8 +27,8 @@ java {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly(project(":BauSystem:BauSystem_Main"))
|
compileOnly(project(":BauSystem:BauSystem_Main", "default"))
|
||||||
compileOnly(project(":SpigotCore"))
|
compileOnly(project(":SpigotCore", "default"))
|
||||||
|
|
||||||
compileOnly(libs.spigotapi)
|
compileOnly(libs.spigotapi)
|
||||||
|
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ java {
|
|||||||
dependencies {
|
dependencies {
|
||||||
compileOnly(libs.classindex)
|
compileOnly(libs.classindex)
|
||||||
annotationProcessor(libs.classindex)
|
annotationProcessor(libs.classindex)
|
||||||
compileOnly(project(":SpigotCore"))
|
compileOnly(project(":SpigotCore", "default"))
|
||||||
|
|
||||||
compileOnly(libs.spigotapi)
|
compileOnly(libs.spigotapi)
|
||||||
compileOnly(libs.axiom)
|
compileOnly(libs.axiom)
|
||||||
|
|||||||
@@ -22,8 +22,8 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly(project(":SpigotCore"))
|
compileOnly(project(":SpigotCore", "default"))
|
||||||
compileOnly(project(":FightSystem:FightSystem_Core"))
|
compileOnly(project(":FightSystem:FightSystem_Core", "default"))
|
||||||
|
|
||||||
compileOnly(libs.nms10)
|
compileOnly(libs.nms10)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,9 +22,9 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly(project(":SpigotCore"))
|
compileOnly(project(":SpigotCore", "default"))
|
||||||
compileOnly(project(":FightSystem:FightSystem_Core"))
|
compileOnly(project(":FightSystem:FightSystem_Core", "default"))
|
||||||
compileOnly(project(":FightSystem:FightSystem_8"))
|
compileOnly(project(":FightSystem:FightSystem_8", "default"))
|
||||||
|
|
||||||
compileOnly(libs.nms12)
|
compileOnly(libs.nms12)
|
||||||
compileOnly(libs.worldedit12)
|
compileOnly(libs.worldedit12)
|
||||||
|
|||||||
@@ -22,10 +22,10 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly(project(":SpigotCore"))
|
compileOnly(project(":SpigotCore", "default"))
|
||||||
compileOnly(project(":FightSystem:FightSystem_Core"))
|
compileOnly(project(":FightSystem:FightSystem_Core", "default"))
|
||||||
compileOnly(project(":FightSystem:FightSystem_8"))
|
compileOnly(project(":FightSystem:FightSystem_8", "default"))
|
||||||
compileOnly(project(":FightSystem:FightSystem_9"))
|
compileOnly(project(":FightSystem:FightSystem_9", "default"))
|
||||||
|
|
||||||
compileOnly(libs.nms14)
|
compileOnly(libs.nms14)
|
||||||
compileOnly(libs.worldedit15)
|
compileOnly(libs.worldedit15)
|
||||||
|
|||||||
@@ -22,8 +22,8 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly(project(":SpigotCore"))
|
compileOnly(project(":SpigotCore", "default"))
|
||||||
compileOnly(project(":FightSystem:FightSystem_Core"))
|
compileOnly(project(":FightSystem:FightSystem_Core", "default"))
|
||||||
|
|
||||||
compileOnly(libs.nms15)
|
compileOnly(libs.nms15)
|
||||||
compileOnly(libs.worldedit15)
|
compileOnly(libs.worldedit15)
|
||||||
|
|||||||
@@ -22,8 +22,8 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly(project(":SpigotCore"))
|
compileOnly(project(":SpigotCore", "default"))
|
||||||
compileOnly(project(":FightSystem:FightSystem_Core"))
|
compileOnly(project(":FightSystem:FightSystem_Core", "default"))
|
||||||
|
|
||||||
compileOnly(libs.spigotapi)
|
compileOnly(libs.spigotapi)
|
||||||
|
|
||||||
|
|||||||
@@ -22,8 +22,8 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly(project(":FightSystem:FightSystem_Core"))
|
compileOnly(project(":FightSystem:FightSystem_Core", "default"))
|
||||||
compileOnly(project(":FightSystem:FightSystem_18"))
|
compileOnly(project(":FightSystem:FightSystem_18", "default"))
|
||||||
|
|
||||||
compileOnly(libs.spigotapi)
|
compileOnly(libs.spigotapi)
|
||||||
|
|
||||||
|
|||||||
@@ -22,8 +22,8 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly(project(":FightSystem:FightSystem_Core"))
|
compileOnly(project(":FightSystem:FightSystem_Core", "default"))
|
||||||
compileOnly(project(":FightSystem:FightSystem_18"))
|
compileOnly(project(":FightSystem:FightSystem_18", "default"))
|
||||||
|
|
||||||
compileOnly(libs.spigotapi)
|
compileOnly(libs.spigotapi)
|
||||||
|
|
||||||
|
|||||||
@@ -22,8 +22,8 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly(project(":SpigotCore"))
|
compileOnly(project(":SpigotCore", "default"))
|
||||||
compileOnly(project(":FightSystem:FightSystem_Core"))
|
compileOnly(project(":FightSystem:FightSystem_Core", "default"))
|
||||||
|
|
||||||
compileOnly(libs.nms8)
|
compileOnly(libs.nms8)
|
||||||
compileOnly(libs.worldedit12)
|
compileOnly(libs.worldedit12)
|
||||||
|
|||||||
@@ -22,9 +22,9 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly(project(":SpigotCore"))
|
compileOnly(project(":SpigotCore", "default"))
|
||||||
compileOnly(project(":FightSystem:FightSystem_Core"))
|
compileOnly(project(":FightSystem:FightSystem_Core", "default"))
|
||||||
compileOnly(project(":FightSystem:FightSystem_8"))
|
compileOnly(project(":FightSystem:FightSystem_8", "default"))
|
||||||
|
|
||||||
compileOnly(libs.nms9)
|
compileOnly(libs.nms9)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly(project(":SpigotCore"))
|
compileOnly(project(":SpigotCore", "default"))
|
||||||
|
|
||||||
compileOnly(libs.spigotapi)
|
compileOnly(libs.spigotapi)
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ java {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly(project(":SpigotCore"))
|
compileOnly(project(":SpigotCore", "default"))
|
||||||
|
|
||||||
compileOnly(libs.spigotapi)
|
compileOnly(libs.spigotapi)
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ java {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly(project(":SpigotCore"))
|
compileOnly(project(":SpigotCore", "default"))
|
||||||
|
|
||||||
compileOnly(libs.spigotapi)
|
compileOnly(libs.spigotapi)
|
||||||
|
|
||||||
|
|||||||
@@ -22,8 +22,8 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly(project(":SpigotCore"))
|
compileOnly(project(":SpigotCore", "default"))
|
||||||
compileOnly(project(":SchematicSystem:SchematicSystem_Core"))
|
compileOnly(project(":SchematicSystem:SchematicSystem_Core", "default"))
|
||||||
|
|
||||||
compileOnly(libs.nms15)
|
compileOnly(libs.nms15)
|
||||||
compileOnly(libs.worldedit15)
|
compileOnly(libs.worldedit15)
|
||||||
|
|||||||
@@ -22,8 +22,8 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly(project(":SpigotCore"))
|
compileOnly(project(":SpigotCore", "default"))
|
||||||
compileOnly(project(":SchematicSystem:SchematicSystem_Core"))
|
compileOnly(project(":SchematicSystem:SchematicSystem_Core", "default"))
|
||||||
|
|
||||||
compileOnly(libs.nms8)
|
compileOnly(libs.nms8)
|
||||||
compileOnly(libs.worldedit12)
|
compileOnly(libs.worldedit12)
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly(project(":SpigotCore"))
|
compileOnly(project(":SpigotCore", "default"))
|
||||||
|
|
||||||
compileOnly(libs.spigotapi)
|
compileOnly(libs.spigotapi)
|
||||||
compileOnly(libs.worldedit15)
|
compileOnly(libs.worldedit15)
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly(project(":SpigotCore:SpigotCore_Main"))
|
compileOnly(project(":SpigotCore:SpigotCore_Main", "default"))
|
||||||
|
|
||||||
compileOnly(libs.nms10)
|
compileOnly(libs.nms10)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,8 +22,8 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly(project(":CommonCore"))
|
compileOnly(project(":CommonCore", "default"))
|
||||||
compileOnly(project(":SpigotCore:SpigotCore_Main"))
|
compileOnly(project(":SpigotCore:SpigotCore_Main", "default"))
|
||||||
|
|
||||||
compileOnly(libs.nms12)
|
compileOnly(libs.nms12)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,10 +22,10 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly(project(":CommonCore"))
|
compileOnly(project(":CommonCore", "default"))
|
||||||
compileOnly(project(":SpigotCore:SpigotCore_Main"))
|
compileOnly(project(":SpigotCore:SpigotCore_Main", "default"))
|
||||||
compileOnly(project(":SpigotCore:SpigotCore_8"))
|
compileOnly(project(":SpigotCore:SpigotCore_8", "default"))
|
||||||
compileOnly(project(":SpigotCore:SpigotCore_9"))
|
compileOnly(project(":SpigotCore:SpigotCore_9", "default"))
|
||||||
|
|
||||||
compileOnly(libs.nms14)
|
compileOnly(libs.nms14)
|
||||||
compileOnly(libs.worldedit15)
|
compileOnly(libs.worldedit15)
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly(project(":SpigotCore:SpigotCore_Main"))
|
compileOnly(project(":SpigotCore:SpigotCore_Main", "default"))
|
||||||
|
|
||||||
compileOnly(libs.nms15)
|
compileOnly(libs.nms15)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -26,9 +26,9 @@ tasks.compileJava {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly(project(":CommonCore"))
|
compileOnly(project(":CommonCore", "default"))
|
||||||
compileOnly(project(":SpigotCore:SpigotCore_Main"))
|
compileOnly(project(":SpigotCore:SpigotCore_Main", "default"))
|
||||||
compileOnly(project(":SpigotCore:SpigotCore_14"))
|
compileOnly(project(":SpigotCore:SpigotCore_14", "default"))
|
||||||
|
|
||||||
compileOnly(libs.spigotapi)
|
compileOnly(libs.spigotapi)
|
||||||
compileOnly(libs.nms18)
|
compileOnly(libs.nms18)
|
||||||
|
|||||||
@@ -22,9 +22,9 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly(project(":SpigotCore:SpigotCore_Main"))
|
compileOnly(project(":SpigotCore:SpigotCore_Main", "default"))
|
||||||
compileOnly(project(":SpigotCore:SpigotCore_14"))
|
compileOnly(project(":SpigotCore:SpigotCore_14", "default"))
|
||||||
compileOnly(project(":SpigotCore:SpigotCore_18"))
|
compileOnly(project(":SpigotCore:SpigotCore_18", "default"))
|
||||||
|
|
||||||
compileOnly(libs.worldedit15)
|
compileOnly(libs.worldedit15)
|
||||||
compileOnly(libs.nms19)
|
compileOnly(libs.nms19)
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly(project(":SpigotCore:SpigotCore_Main"))
|
compileOnly(project(":SpigotCore:SpigotCore_Main", "default"))
|
||||||
|
|
||||||
compileOnly(libs.spigotapi)
|
compileOnly(libs.spigotapi)
|
||||||
|
|
||||||
|
|||||||
@@ -22,8 +22,8 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly(project(":CommonCore"))
|
compileOnly(project(":CommonCore", "default"))
|
||||||
compileOnly(project(":SpigotCore:SpigotCore_Main"))
|
compileOnly(project(":SpigotCore:SpigotCore_Main", "default"))
|
||||||
|
|
||||||
compileOnly(libs.nms8)
|
compileOnly(libs.nms8)
|
||||||
compileOnly(libs.worldedit12)
|
compileOnly(libs.worldedit12)
|
||||||
|
|||||||
@@ -22,8 +22,8 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly(project(":SpigotCore:SpigotCore_Main"))
|
compileOnly(project(":SpigotCore:SpigotCore_Main", "default"))
|
||||||
compileOnly(project(":SpigotCore:SpigotCore_8"))
|
compileOnly(project(":SpigotCore:SpigotCore_8", "default"))
|
||||||
|
|
||||||
compileOnly(libs.nms9)
|
compileOnly(libs.nms9)
|
||||||
|
|
||||||
|
|||||||
@@ -26,9 +26,9 @@ tasks.compileJava {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly(project(":CommonCore"))
|
compileOnly(project(":CommonCore", "default"))
|
||||||
compileOnly(project(":CommandFramework"))
|
compileOnly(project(":CommandFramework", "default"))
|
||||||
compileOnly(project(":SpigotCore:CRIUDummy"))
|
compileOnly(project(":SpigotCore:CRIUDummy", "default"))
|
||||||
|
|
||||||
compileOnly(libs.worldedit12)
|
compileOnly(libs.worldedit12)
|
||||||
|
|
||||||
|
|||||||
@@ -4,6 +4,6 @@ plugins {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly(libs.paperapi21)
|
compileOnly(libs.paperapi21)
|
||||||
compileOnly(project(":SpigotCore"))
|
compileOnly(project(":SpigotCore", "default"))
|
||||||
compileOnly(project(":KotlinCore"))
|
compileOnly(project(":KotlinCore", "default"))
|
||||||
}
|
}
|
||||||
@@ -22,7 +22,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly(project(":SpigotCore"))
|
compileOnly(project(":SpigotCore", "default"))
|
||||||
|
|
||||||
compileOnly(libs.spigotapi)
|
compileOnly(libs.spigotapi)
|
||||||
|
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ dependencies {
|
|||||||
annotationProcessor(libs.spigotannotations)
|
annotationProcessor(libs.spigotannotations)
|
||||||
compileOnly(libs.spigotannotations)
|
compileOnly(libs.spigotannotations)
|
||||||
|
|
||||||
compileOnly(project(":SpigotCore"))
|
compileOnly(project(":SpigotCore", "default"))
|
||||||
|
|
||||||
compileOnly(libs.nms19)
|
compileOnly(libs.nms19)
|
||||||
compileOnly(libs.worldedit15)
|
compileOnly(libs.worldedit15)
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly(project(":SpigotCore"))
|
compileOnly(project(":SpigotCore", "default"))
|
||||||
|
|
||||||
compileOnly(libs.nms15)
|
compileOnly(libs.nms15)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ dependencies {
|
|||||||
annotationProcessor(libs.velocityapi)
|
annotationProcessor(libs.velocityapi)
|
||||||
compileOnly(libs.velocity)
|
compileOnly(libs.velocity)
|
||||||
|
|
||||||
compileOnly(project(":VelocityCore:Persistent"))
|
compileOnly(project(":VelocityCore:Persistent", "default"))
|
||||||
|
|
||||||
implementation(project(":CommonCore"))
|
implementation(project(":CommonCore"))
|
||||||
implementation(project(":CommandFramework"))
|
implementation(project(":CommandFramework"))
|
||||||
|
|||||||
Reference in New Issue
Block a user