We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f46adf2 commit 99f2521Copy full SHA for 99f2521
bb.edn
@@ -2,7 +2,7 @@
2
;; all - run tests against all supported Clojure versions
3
;; bench - run only benchmarks
4
;; stress - run only stress tests
5
-;; 1.10/1.11/1.12 - run only against the specified Clojure version
+;; 1.10/1.11/1.12 - run only against the specified Clojure version (defaults to 1.10)
6
;; jdk11/jdk17/jdk21/jdk24 - indicate which JDK you are using (defaults to jdk24)
7
{:tasks
8
{:requires [[clojure.string :as str]]
0 commit comments