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