EntityLib/model-engine-addon/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

15 lines
274 B
Text

plugins {
entitylib.`java-conventions`
`java-library`
}
repositories {
maven {
url = uri("https://mvn.lumine.io/repository/maven-public/")
}
}
dependencies {
// compileOnly("com.ticxo.modelengine:ModelEngine:R4.0.4")
api(project(":api"))
}