mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
12 lines
No EOL
196 B
Kotlin
12 lines
No EOL
196 B
Kotlin
group = rootProject.group
|
|
version = rootProject.version
|
|
|
|
plugins {
|
|
id("io.papermc.paperweight.userdev")
|
|
}
|
|
|
|
dependencies {
|
|
// Paper
|
|
paperweight.paperDevBundle("1.21.1-R0.1-SNAPSHOT")
|
|
|
|
} |