EcoEnchants/eco-core/core-nms/build.gradle

9 lines
193 B
Groovy
Raw Normal View History

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