mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-15 23:20:44 +00:00
18 lines
398 B
Kotlin
18 lines
398 B
Kotlin
plugins {
|
|
alias(libs.plugins.paper.userdev)
|
|
}
|
|
|
|
version = "2.0.0-SNAPSHOT"
|
|
|
|
dependencies {
|
|
paperweight {
|
|
paperDevBundle(libs.versions.paper)
|
|
}
|
|
|
|
compileOnly(project(":plugins:civmodcore-paper"))
|
|
compileOnly(project(":plugins:namelayer-paper"))
|
|
compileOnly(project(":plugins:civchat2-paper"))
|
|
|
|
compileOnly(files("../../ansible/src/paper-plugins/TAB v5.2.5.jar"))
|
|
}
|