forked from SteamWar/SteamWar
To Api
This commit is contained in:
+13
-13
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id("base")
|
id("base")
|
||||||
id("java")
|
id("java-library")
|
||||||
|
|
||||||
id("com.github.johnrengelman.shadow")
|
id("com.github.johnrengelman.shadow")
|
||||||
}
|
}
|
||||||
@@ -44,17 +44,17 @@ dependencies {
|
|||||||
compileOnly("org.projectlombok:lombok:1.18.32")
|
compileOnly("org.projectlombok:lombok:1.18.32")
|
||||||
annotationProcessor("org.projectlombok:lombok:1.18.32")
|
annotationProcessor("org.projectlombok:lombok:1.18.32")
|
||||||
|
|
||||||
implementation(project(":SpigotCore:SpigotCore_Main"))
|
api(project(":SpigotCore:SpigotCore_Main"))
|
||||||
implementation(project(":SpigotCore:SpigotCore_8"))
|
api(project(":SpigotCore:SpigotCore_8"))
|
||||||
implementation(project(":SpigotCore:SpigotCore_9"))
|
api(project(":SpigotCore:SpigotCore_9"))
|
||||||
implementation(project(":SpigotCore:SpigotCore_10"))
|
api(project(":SpigotCore:SpigotCore_10"))
|
||||||
implementation(project(":SpigotCore:SpigotCore_12"))
|
api(project(":SpigotCore:SpigotCore_12"))
|
||||||
implementation(project(":SpigotCore:SpigotCore_14"))
|
api(project(":SpigotCore:SpigotCore_14"))
|
||||||
implementation(project(":SpigotCore:SpigotCore_15"))
|
api(project(":SpigotCore:SpigotCore_15"))
|
||||||
implementation(project(":SpigotCore:SpigotCore_18"))
|
api(project(":SpigotCore:SpigotCore_18"))
|
||||||
implementation(project(":SpigotCore:SpigotCore_19"))
|
api(project(":SpigotCore:SpigotCore_19"))
|
||||||
implementation(project(":SpigotCore:SpigotCore_20"))
|
api(project(":SpigotCore:SpigotCore_20"))
|
||||||
|
|
||||||
implementation(project(":CommonCore"))
|
api(project(":CommonCore"))
|
||||||
implementation(project(":CommandFramework"))
|
api(project(":CommandFramework"))
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user