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,15 +16,13 @@ dependencies {
implementation project(':jmath')
}
application {
nativeImage {
mainClass = 'net.woggioni.jmath.benchmark.Main'
useMusl = true
buildStaticImage = true
}
configureNativeImage {
args('20')
}
tasks.named(NativeImagePlugin.NATIVE_IMAGE_TASK_NAME, NativeImageTask) {
useMusl = true
buildStaticImage = true
}