mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-22 15:05:18 +01:00
13 lines
229 B
Plaintext
13 lines
229 B
Plaintext
plugins {
|
|
id("io.papermc.paperweight.userdev") version "1.7.1" apply false
|
|
}
|
|
|
|
group = "com.willfp"
|
|
version = rootProject.version
|
|
|
|
subprojects {
|
|
dependencies {
|
|
compileOnly(project(":eco-core:core-plugin"))
|
|
}
|
|
}
|