EcoEnchants/eco-core/core-nms/build.gradle.kts
2023-03-18 15:02:31 +00:00

10 lines
200 B
Plaintext

group = "com.willfp"
version = rootProject.version
subprojects {
dependencies {
compileOnly(project(":eco-core:core-proxy"))
compileOnly(project(":eco-core:core-plugin"))
}
}