Skip to content

Commit

Permalink
update graal-build-time to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
saidone75 committed Mar 30, 2024
1 parent 9132e34 commit ebadb8f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@
[com.stuartsierra/frequencies "0.1.0"]
[tlight/spin "0.0.4"]
[jp.ne.tir/project-clj "0.1.7"]
[com.github.clj-easy/graal-build-time "0.1.4"]]
[com.github.clj-easy/graal-build-time "1.0.5"]]
:plugins [[io.taylorwood/lein-native-image "0.3.1"]]
:main ^:skip-aot talispam.core
:target-path "target/%s"
:native-image {:name "talispam"
:opts ["-J-Xmx3g"
"--report-unsupported-elements-at-runtime"
"-H:ReflectionConfigurationFiles=./reflectconfig.json"]}
"-H:ReflectionConfigurationFiles=./reflectconfig.json"
"--features=clj_easy.graal_build_time.InitClojureClasses"]}
:profiles {:uberjar
{:aot :all
:jvm-opts ["-Dclojure.compiler.direct-linking=true"
Expand Down

0 comments on commit ebadb8f

Please sign in to comment.