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 3
3
; ; bench - run only benchmarks
4
4
; ; stress - run only stress tests
5
5
; ; 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 )
7
7
{:tasks
8
8
{:requires [[clojure.string :as str]]
9
9
19
19
*command-line-args*))
20
20
jdk (or base-jdk
21
21
; ; sean's local default:
22
- " jdk24 " )
22
+ " jdk25 " )
23
23
test-selectors
24
24
(cond bench? [" -i" " :benchmark" ]
25
25
stress? [" -i" " :stress" ]
Original file line number Diff line number Diff line change 24
24
:jdk11 {}
25
25
:jdk17 {}
26
26
: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