mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-02-18 04:51:20 +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)
|
||
|
}
|
||
|
}
|