Skip to content

Commit bdb7acf

Browse files
authored
Default JDK is now 21
1 parent b066c0a commit bdb7acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ variable "jdks_to_build" {
77
default = [17, 21, 25]
88
}
99
variable "default_jdk" {
10-
default = 17
10+
default = 21
1111
}
1212

1313
variable "jdks_in_preview" {

0 commit comments

Comments
 (0)