feature/improve-start-script #2

Merged
jem merged 10 commits from feature/improve-start-script into main 2024-02-22 12:52:34 +00:00
Showing only changes of commit 5d904697c5 - Show all commits

View file

@ -121,8 +121,9 @@ def package_native(project):
"--no-fallback " +
"--features=clj_easy.graal_build_time.InitClojureClasses " +
"-jar target/uberjar/" + project.name + "-standalone.jar " +
"-march=compatibility " +
"-H:IncludeResources=.*.yaml " +
"-H:IncludeResources=.*.xml " +
"-H:IncludeResources=logback.xml " +
"-H:Log=registerResource:verbose " +
"-H:Name=target/graalvm/" + project.name + "",
shell=True,