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

8 lines
140 B
Groovy
Raw Normal View History

2020-12-22 02:41:37 +01:00
group 'com.willfp'
version rootProject.version
subprojects {
dependencies {
compileOnly project(':eco-core:core-proxy')
}
}