EcoEnchants/eco-core/core-nms/build.gradle
2022-08-30 00:00:00 +01:00

10 lines
194 B
Groovy

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