ItemizerX/v1_20_R1/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.20.1-R0.1-SNAPSHOT")
compileOnly("net.coreprotect:coreprotect:21.3")
}