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