Skip to content

Commit ff3cc82

Browse files
committed
update jdk default to 25
Signed-off-by: Sean Corfield <[email protected]>
1 parent 4842acf commit ff3cc82

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bb.edn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

@@ -19,7 +19,7 @@
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"]

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
:jdk11 {}
2525
:jdk17 {}
2626
:jdk21 {}
27-
:jdk24 {:jvm-opts ["--enable-native-access=ALL-UNNAMED"]}}}
27+
:jdk25 {:jvm-opts ["--enable-native-access=ALL-UNNAMED"]}}}

0 commit comments

Comments
 (0)