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

10 lines
194 B
Groovy
Raw Normal View History

2022-08-30 01:00:00 +02:00
group 'com.willfp'
version rootProject.version
subprojects {
dependencies {
compileOnly project(':eco-core:core-proxy')
compileOnly project(':eco-core:core-plugin')
}
}