mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
15 lines
326 B
Kotlin
15 lines
326 B
Kotlin
plugins {
|
|
id("io.papermc.paperweight.userdev")
|
|
id("xyz.jpenilla.run-paper")
|
|
}
|
|
|
|
version = "3.2.3"
|
|
|
|
dependencies {
|
|
paperDevBundle("1.18.2-R0.1-SNAPSHOT")
|
|
|
|
compileOnly(project(":plugins:civmodcore-paper"))
|
|
compileOnly("com.sk89q.worldedit:worldedit-bukkit:7.2.8")
|
|
implementation("org.apache.commons:commons-math3:3.6.1")
|
|
}
|