ItemizerX/v1_18_R2/build.gradle.kts

12 lines
252 B
Plaintext
Raw Normal View History

2023-06-15 22:21:19 +00:00
plugins {
id("java")
}
group = rootProject.group
version = rootProject.version
dependencies {
implementation(project(":shared"))
compileOnly("org.spigotmc:spigot:1.18.2-R0.1-SNAPSHOT")
compileOnly("net.coreprotect:coreprotect:21.3")
}