mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-15 23:20:44 +00:00
17 lines
374 B
Kotlin
17 lines
374 B
Kotlin
plugins {
|
|
id("io.papermc.paperweight.userdev")
|
|
}
|
|
|
|
version = "2.0.0-SNAPSHOT"
|
|
|
|
dependencies {
|
|
paperweight {
|
|
paperDevBundle("1.20.4-R0.1-SNAPSHOT")
|
|
}
|
|
|
|
compileOnly(project(":plugins:civmodcore-paper"))
|
|
compileOnly(project(":plugins:namelayer-paper"))
|
|
compileOnly(project(":plugins:civchat2-paper"))
|
|
compileOnly("me.neznamy:tab-api:4.0.2")
|
|
}
|