11 lines
208 B
Text
11 lines
208 B
Text
plugins {
|
|
entitylib.`java-conventions`
|
|
id("java-library")
|
|
}
|
|
|
|
dependencies {
|
|
api(libs.jetbrains.annotations)
|
|
|
|
compileOnlyApi(libs.bundles.adventure)
|
|
compileOnlyApi(libs.packetevents.api)
|
|
}
|