Inceptum/launcher-cli/build.gradle.kts
JFronny 441a9b26b2
Some checks failed
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline failed
Remove manifold and add JPMS in every project except wrapper, launchwrapper and launcher-gtk
2023-05-05 18:49:56 +02:00

12 lines
179 B
Plaintext

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