Inceptum/wrapper/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

13 lines
243 B
Plaintext

plugins {
inceptum.`application-standalone`
}
application {
mainClass.set("io.gitlab.jfronny.inceptum.wrapper.Wrapper")
}
dependencies {
implementation(projects.common)
}
tasks.runShadow.get().workingDir = rootProject.projectDir