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 2, 2024
1 parent ab6dcb5 commit bd5d603
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 @@ -33,11 +33,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 bd5d603

Please sign in to comment.