mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-15 23:20:44 +00:00
17 lines
327 B
Kotlin
17 lines
327 B
Kotlin
plugins {
|
|
alias(libs.plugins.paper.userdev)
|
|
alias(libs.plugins.shadow)
|
|
}
|
|
|
|
version = "3.0.6"
|
|
|
|
dependencies {
|
|
paperweight {
|
|
paperDevBundle(libs.versions.paper)
|
|
}
|
|
|
|
compileOnly(project(":plugins:civmodcore-paper"))
|
|
api(project(":libraries:name-api"))
|
|
api(project(":libraries:namelayer-sync"))
|
|
}
|