mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
12 lines
167 B
Kotlin
12 lines
167 B
Kotlin
plugins {
|
|
id("io.papermc.paperweight.userdev")
|
|
}
|
|
|
|
version = "2.0.0-SNAPSHOT"
|
|
|
|
dependencies {
|
|
paperweight {
|
|
paperDevBundle(libs.versions.paper)
|
|
}
|
|
}
|