Unlock experimental and update gitignore
This commit is contained in:
parent
94192a3e42
commit
e838fdda7a
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -7,6 +7,7 @@ target/
|
||||||
.lein-repl-history
|
.lein-repl-history
|
||||||
.lein-failures
|
.lein-failures
|
||||||
pom.*
|
pom.*
|
||||||
|
reports/*
|
||||||
|
|
||||||
# cljs
|
# cljs
|
||||||
.shadow-cljs
|
.shadow-cljs
|
||||||
|
|
1
build.py
1
build.py
|
@ -124,6 +124,7 @@ def package_native(project):
|
||||||
"--features=clj_easy.graal_build_time.InitClojureClasses " +
|
"--features=clj_easy.graal_build_time.InitClojureClasses " +
|
||||||
"-jar target/uberjar/" + project.name + "-standalone.jar " +
|
"-jar target/uberjar/" + project.name + "-standalone.jar " +
|
||||||
"-march=compatibility " +
|
"-march=compatibility " +
|
||||||
|
"-H:+UnlockExperimentalVMOptions " +
|
||||||
"-H:IncludeResources=.*.yaml " +
|
"-H:IncludeResources=.*.yaml " +
|
||||||
"-H:IncludeResources=logback.xml " +
|
"-H:IncludeResources=logback.xml " +
|
||||||
"-H:Log=registerResource:verbose " +
|
"-H:Log=registerResource:verbose " +
|
||||||
|
|
Loading…
Reference in a new issue