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