mirror of
https://github.com/plexusorg/ItemizerX.git
synced 2024-11-13 00:13:33 +00:00
12 lines
252 B
Plaintext
12 lines
252 B
Plaintext
plugins {
|
|
id("java")
|
|
}
|
|
|
|
group = rootProject.group
|
|
version = rootProject.version
|
|
|
|
dependencies {
|
|
implementation(project(":shared"))
|
|
compileOnly("org.spigotmc:spigot:1.17.1-R0.1-SNAPSHOT")
|
|
compileOnly("net.coreprotect:coreprotect:21.3")
|
|
} |