Add common submodule dependencies to subprojects block

This commit is contained in:
Allink
2023-06-16 00:24:34 +01:00
parent 0681dc3b3e
commit 29ac78a32e
10 changed files with 8 additions and 17 deletions

View File

@ -2,7 +2,5 @@ group = rootProject.group
version = rootProject.version
dependencies {
implementation(project(":shared"))
compileOnly("org.spigotmc:spigot:1.17.1-R0.1-SNAPSHOT")
compileOnly("net.coreprotect:coreprotect:21.3")
}