mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-15 23:20:44 +00:00
18 lines
315 B
Kotlin
18 lines
315 B
Kotlin
plugins {
|
|
alias(libs.plugins.paper.userdev)
|
|
alias(libs.plugins.runpaper)
|
|
}
|
|
|
|
version = "3.2.3"
|
|
|
|
dependencies {
|
|
paperweight {
|
|
paperDevBundle(libs.versions.paper)
|
|
}
|
|
|
|
compileOnly(project(":plugins:civmodcore-paper"))
|
|
|
|
compileOnly(libs.worldedit)
|
|
implementation(libs.commons.math3)
|
|
}
|