mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-25 15:35:11 +01:00
17 lines
233 B
Plaintext
17 lines
233 B
Plaintext
plugins {
|
|
id("io.papermc.paperweight.userdev")
|
|
}
|
|
|
|
group = "com.willfp"
|
|
version = rootProject.version
|
|
|
|
dependencies {
|
|
paperweight.paperDevBundle("1.21-R0.1-SNAPSHOT")
|
|
}
|
|
|
|
tasks {
|
|
build {
|
|
dependsOn(reobfJar)
|
|
}
|
|
}
|