Inceptum/launcher-cli/build.gradle.kts
JFronny aede030a7f
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/push/docs Pipeline was successful
chore: refactor build scripts and update java-gi
2024-03-01 21:25:11 +01:00

12 lines
170 B
Plaintext

plugins {
inceptum.application
}
application {
mainClass.set("io.gitlab.jfronny.inceptum.cli.CliMain")
}
dependencies {
implementation(projects.launcher)
}