mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-22 15:05:18 +01:00
9 lines
193 B
Groovy
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')
|
||
|
}
|
||
|
}
|