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 4ce58bc commit 061b369
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 @@ -28,11 +28,13 @@
[[org.clojure/test.check "1.1.1"]]}

:graal-tests
{:dependencies [[org.clojure/clojure "1.11.1"]
[com.github.clj-easy/graal-build-time "1.0.5"]]
{: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 061b369

Please sign in to comment.