EntityLib/platforms/standalone/build.gradle.kts

9 lines
168 B
Text

plugins {
entitylib.`shadow-conventions`
entitylib.`library-conventions`
}
dependencies {
api(project(":common"))
compileOnly(libs.packetevents.api)
}