Skip to content

Commit

Permalink
[fix] Resolve Babashka build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Feb 1, 2024
1 parent db3103a commit 4e386d3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@
:exclusions [com.taoensso/truss]]]}

:graal-tests
{:dependencies [[org.clojure/clojure "1.11.1"]
[com.github.clj-easy/graal-build-time "0.1.4"]]
{:source-paths ["test"]
:main taoensso.graal-tests
:aot [taoensso.graal-tests]
:uberjar-name "graal-tests.jar"}
:uberjar-name "graal-tests.jar"
:dependencies
[[org.clojure/clojure "1.11.1"]
[com.github.clj-easy/graal-build-time "1.0.5"]]}

:dev [:c1.11 :test :dev+]
:dev+
Expand Down

0 comments on commit 4e386d3

Please sign in to comment.