EntityLib/common/build.gradle.kts
2024-07-16 11:48:31 +04:00

10 lines
205 B
Text

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