From 892b35f2e1f9dc146f0789213a7e926086aee5a0 Mon Sep 17 00:00:00 2001 From: Julien Vincent Date: Sun, 29 Oct 2023 16:46:01 +0000 Subject: [PATCH] Remove graal experimental warnings --- justfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index 868eb2a..65f7c18 100644 --- a/justfile +++ b/justfile @@ -9,10 +9,11 @@ native-image: -jar target/kl.jar \ --no-fallback \ --features=clj_easy.graal_build_time.InitClojureClasses \ - -H:Name=target/kl \ + --report-unsupported-elements-at-runtime \ + -o target/kl \ + -H:+UnlockExperimentalVMOptions \ -H:ReflectionConfigurationFiles=./graal/reflect-config.json \ -H:ResourceConfigurationFiles=./graal/resources.json \ - -H:+ReportUnsupportedElementsAtRuntime \ -H:+ReportExceptionStackTraces build-native: build native-image