mirror of
https://github.com/plexusorg/ItemizerX.git
synced 2024-11-15 01:13:32 +00:00
7 lines
192 B
Plaintext
7 lines
192 B
Plaintext
|
group = rootProject.group
|
||
|
version = rootProject.version
|
||
|
|
||
|
dependencies {
|
||
|
compileOnly("io.papermc.paper:paper-api:1.20.1-R0.1-SNAPSHOT")
|
||
|
compileOnly("net.coreprotect:coreprotect:21.3")
|
||
|
}
|