mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-15 23:20:44 +00:00
15 lines
333 B
Kotlin
15 lines
333 B
Kotlin
plugins {
|
|
id("io.papermc.paperweight.userdev")
|
|
}
|
|
|
|
version = "1.5.0-SNAPSHOT"
|
|
|
|
dependencies {
|
|
paperweight {
|
|
paperDevBundle("1.20.4-R0.1-SNAPSHOT")
|
|
}
|
|
|
|
compileOnly(project(":plugins:civmodcore-paper"))
|
|
compileOnly("com.github.MilkBowl:VaultAPI:1.7")
|
|
compileOnly(project(":plugins:combattagplus-paper"))
|
|
} |