mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-15 23:20:44 +00:00
14 lines
216 B
Kotlin
14 lines
216 B
Kotlin
plugins {
|
|
id("io.papermc.paperweight.userdev")
|
|
}
|
|
|
|
version = "3.0.6"
|
|
|
|
dependencies {
|
|
paperweight {
|
|
paperDevBundle("1.21.3-R0.1-SNAPSHOT")
|
|
}
|
|
|
|
compileOnly(project(":plugins:civmodcore-paper"))
|
|
}
|