9 lines
149 B
Text
9 lines
149 B
Text
plugins {
|
|
entitylib.`java-conventions`
|
|
`java-library`
|
|
}
|
|
|
|
dependencies {
|
|
api(project(":common"))
|
|
compileOnly(libs.packetevents.api)
|
|
}
|