mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
20 lines
537 B
Kotlin
20 lines
537 B
Kotlin
plugins {
|
|
id("io.papermc.paperweight.userdev")
|
|
}
|
|
|
|
version = "2.3.2"
|
|
|
|
dependencies {
|
|
paperDevBundle("1.18.2-R0.1-SNAPSHOT")
|
|
|
|
compileOnly(project(":plugins:civmodcore-paper"))
|
|
compileOnly(project(":plugins:namelayer-paper"))
|
|
compileOnly(project(":plugins:citadel-paper"))
|
|
compileOnly(project(":plugins:combattagplus-paper"))
|
|
compileOnly(project(":plugins:banstick-paper"))
|
|
compileOnly(project(":plugins:bastion-paper"))
|
|
compileOnly(project(":plugins:exilepearl-paper"))
|
|
|
|
compileOnly("com.comphenix.protocol:ProtocolLib:4.8.0")
|
|
}
|