mirror of
https://github.com/plexusorg/ItemizerX.git
synced 2024-11-15 01:13:32 +00:00
8 lines
224 B
Plaintext
8 lines
224 B
Plaintext
group = rootProject.group
|
|
version = rootProject.version
|
|
|
|
dependencies {
|
|
implementation(project(":shared"))
|
|
compileOnly("org.spigotmc:spigot:1.19.3-R0.1-SNAPSHOT")
|
|
compileOnly("net.coreprotect:coreprotect:21.3")
|
|
} |