forked from SteamWar/SteamWar
Cleanup SpigotCore
This commit is contained in:
@@ -30,20 +30,4 @@ dependencies {
|
||||
api(project(":CommonCore"))
|
||||
api(project(":CommandFramework"))
|
||||
api(project(":SpigotCore:SpigotCore_Main"))
|
||||
|
||||
implementation(project(":SpigotCore:SpigotCore_8"))
|
||||
implementation(project(":SpigotCore:SpigotCore_9"))
|
||||
implementation(project(":SpigotCore:SpigotCore_10"))
|
||||
implementation(project(":SpigotCore:SpigotCore_12"))
|
||||
implementation(project(":SpigotCore:SpigotCore_14"))
|
||||
implementation(project(":SpigotCore:SpigotCore_15"))
|
||||
implementation(project(":SpigotCore:SpigotCore_18"))
|
||||
implementation(project(":SpigotCore:SpigotCore_19"))
|
||||
implementation(project(":SpigotCore:SpigotCore_20"))
|
||||
implementation(project(":SpigotCore:SpigotCore_21")) {
|
||||
attributes {
|
||||
// Very Hacky, but it works
|
||||
attribute(TargetJvmVersion.TARGET_JVM_VERSION_ATTRIBUTE, 21)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user