mirror of
https://github.com/plexusorg/ItemizerX.git
synced 2024-11-09 22:46:06 +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.19.2-R0.1-SNAPSHOT")
|
||
|
compileOnly("net.coreprotect:coreprotect:21.3")
|
||
|
}
|