mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-15 23:20:44 +00:00
19 lines
405 B
Kotlin
19 lines
405 B
Kotlin
plugins {
|
|
id("io.papermc.paperweight.userdev")
|
|
id("com.gradleup.shadow")
|
|
}
|
|
|
|
version = "2.0.1"
|
|
|
|
dependencies {
|
|
paperweight {
|
|
paperDevBundle("1.20.6-R0.1-SNAPSHOT")
|
|
}
|
|
|
|
compileOnly(project(":plugins:civmodcore-paper"))
|
|
compileOnly(project(":plugins:namelayer-paper"))
|
|
|
|
implementation("com.github.seancfoley:ipaddress:2.0.2")
|
|
implementation("org.jsoup:jsoup:1.13.1")
|
|
}
|