Files
eco/eco-core/core-nms/build.gradle
2021-08-03 20:47:01 +01:00

10 lines
247 B
Groovy

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