forked from SteamWar/SteamWar
Fix dependency resolution
This commit is contained in:
@@ -32,6 +32,6 @@ java {
|
||||
|
||||
dependencies {
|
||||
compileOnly(libs.paperapi21)
|
||||
compileOnly(project(":SpigotCore", "default"))
|
||||
compileOnly(project(":SpigotCore:SpigotCore_Main", "default"))
|
||||
compileOnly(project(":KotlinCore", "default"))
|
||||
}
|
||||
Reference in New Issue
Block a user