mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-13 12:21:05 +00:00
6 lines
235 B
Kotlin
6 lines
235 B
Kotlin
dependencies {
|
|
api(project(":platforms:bukkit:common"))
|
|
|
|
compileOnly("io.papermc.paper:paper-api:1.18.2-R0.1-20220519.005047-123")
|
|
compileOnly(group = "org.spigotmc", name = "spigot", version = "1.18.2-R0.1-SNAPSHOT")
|
|
} |