EntityLib/common/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

8 lines
107 B
Text

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