fixed bug in Application class
All checks were successful
CI / build (push) Successful in 44s

updated lys version
This commit is contained in:
2025-02-25 20:01:14 +08:00
parent 1ff74d28da
commit ef2ee4a86c
4 changed files with 10 additions and 15 deletions

View File

@@ -16,11 +16,8 @@ dependencies {
implementation project(':')
}
application {
nativeImage {
mainClass = 'net.woggioni.jwo.benchmark.Main'
}
tasks.named(NativeImagePlugin.NATIVE_IMAGE_TASK_NAME, NativeImageTask) {
useMusl = true
buildStaticImage = true
}
}