mirror of
https://github.com/plexusorg/ItemizerX.git
synced 2024-11-14 08:53:33 +00:00
11 lines
220 B
Plaintext
11 lines
220 B
Plaintext
plugins {
|
|
id("java")
|
|
}
|
|
|
|
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")
|
|
} |