Skip to content

Commit

Permalink
add chesire to graalvm setting
Browse files Browse the repository at this point in the history
  • Loading branch information
huahaiy committed Jan 20, 2023
1 parent 22499cb commit 888f3e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ Args=-H:+ReportExceptionStackTraces \
-J-Dclojure.spec.skip-macros=true \
-J-Dclojure.compiler.direct-linking=true \
--report-unsupported-elements-at-runtime \
--initialize-at-build-time=clojure,cheshire \
--initialize-at-build-time=com.fasterxml.jackson \
--no-fallback \
--native-image-info
3 changes: 3 additions & 0 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
:url "https://www.eclipse.org/legal/epl-1.0/"}
:managed-dependencies
[[babashka/babashka.pods "0.2.0"]
[cheshire "5.11.0"]
[com.cognitect/transit-clj "1.0.329"]
[com.fasterxml.jackson.core/jackson-core "2.14.1"]
[com.fasterxml.jackson.core/jackson-databind "2.14.1"]
Expand Down Expand Up @@ -59,6 +60,7 @@
[org.clojure/tools.cli]
[org.clojure/data.csv]
[org.bouncycastle/bcprov-jdk15on]
[cheshire]
[com.taoensso/timbre]]}
:native-uberjar {:aot [pod.huahaiy.datalevin],
:jar-inclusions [#"test"]
Expand All @@ -78,6 +80,7 @@
:dependencies
[[org.clojure/test.check]
[org.clojure/data.csv]
[cheshire]
[org.clojure/tools.cli]
[org.bouncycastle/bcprov-jdk15on]
[com.taoensso/timbre]
Expand Down

0 comments on commit 888f3e4

Please sign in to comment.