11 lines
No EOL
216 B
Text
11 lines
No EOL
216 B
Text
plugins {
|
|
entitylib.`shadow-conventions`
|
|
entitylib.`library-conventions`
|
|
}
|
|
|
|
dependencies {
|
|
api(libs.jetbrains.annotations)
|
|
|
|
compileOnly(libs.bundles.adventure)
|
|
compileOnly(libs.packetevents.api)
|
|
} |