Inceptum/launcher-cli/build.gradle.kts

12 lines
170 B
Plaintext
Raw Normal View History

2022-09-04 21:21:24 +02:00
plugins {
inceptum.application
2022-09-04 21:21:24 +02:00
}
application {
mainClass.set("io.gitlab.jfronny.inceptum.cli.CliMain")
}
dependencies {
implementation(projects.launcher)
2022-09-04 21:21:24 +02:00
}