mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
19 lines
355 B
Kotlin
19 lines
355 B
Kotlin
plugins {
|
|
alias(libs.plugins.paper.userdev)
|
|
}
|
|
|
|
version = "1.5.0-SNAPSHOT"
|
|
|
|
dependencies {
|
|
paperweight {
|
|
paperDevBundle(libs.versions.paper)
|
|
}
|
|
|
|
compileOnly(project(":plugins:civmodcore-paper"))
|
|
compileOnly(project(":plugins:combattagplus-paper"))
|
|
|
|
compileOnly(libs.vault.api) {
|
|
exclude(group = "org.bukkit")
|
|
}
|
|
}
|