9
0
mirror of https://github.com/Auxilor/EcoMobs.git synced 2025-12-22 08:29:20 +00:00
Files
EcoMobs/eco-core/core-nms/build.gradle
2021-01-01 15:13:53 +00:00

9 lines
193 B
Groovy

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