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