Inceptum/wrapper/build.gradle.kts
JFronny be8252ce58
All checks were successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
Initial work on porting to java-gi, currently broken
2022-12-17 21:53:21 +01:00

13 lines
250 B
Plaintext

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