EcoEnchants/eco-core/core-nms/build.gradle
Auxilor 8b5139a1b0 Revert "Started EcoSkills"
This reverts commit dba5d455
2021-04-16 16:36:41 +01: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')
}
}