EntityLib/platforms/standalone/build.gradle.kts
Bram 38a87a6694
Added: ELVersion and ElVersionTask
Updated: GithubUpdater to make use of the new ELVersion class
2024-07-07 15:27:45 +02:00

9 lines
149 B
Text

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