Skip to content

Commit

Permalink
Set jdk11 by default so no breaking chnage
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve committed May 10, 2024
1 parent 6044f4d commit 427788c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ variable "DEBIAN_RELEASE" {
}

variable "default_jdk" {
default = 17
default = 11
}

# Return "true" if the jdk passed as parameter is the same as the default jdk, "false" otherwise
Expand Down

0 comments on commit 427788c

Please sign in to comment.