mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-25 15:35:11 +01:00
10 lines
200 B
Plaintext
10 lines
200 B
Plaintext
group = "com.willfp"
|
|
version = rootProject.version
|
|
|
|
subprojects {
|
|
dependencies {
|
|
compileOnly(project(":eco-core:core-proxy"))
|
|
compileOnly(project(":eco-core:core-plugin"))
|
|
}
|
|
}
|