File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33; ; bench - run only benchmarks
44; ; stress - run only stress tests
55; ; 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 )
6+ ; ; jdk11/jdk17/jdk21/jdk25 - indicate which JDK you are using (defaults to jdk25 )
77{:tasks
88 {:requires [[clojure.string :as str]]
99
1919 *command-line-args*))
2020 jdk (or base-jdk
2121 ; ; sean's local default:
22- " jdk24 " )
22+ " jdk25 " )
2323 test-selectors
2424 (cond bench? [" -i" " :benchmark" ]
2525 stress? [" -i" " :stress" ]
Original file line number Diff line number Diff line change 2424 :jdk11 {}
2525 :jdk17 {}
2626 :jdk21 {}
27- :jdk24 {:jvm-opts [" --enable-native-access=ALL-UNNAMED" ]}}}
27+ :jdk25 {:jvm-opts [" --enable-native-access=ALL-UNNAMED" ]}}}
You can’t perform that action at this time.
0 commit comments