Skip to content

Commit

Permalink
Change default Java version to 17 (#290)
Browse files Browse the repository at this point in the history
Per [Paketo Java RFC 14](https://github.com/paketo-buildpacks/rfcs/blob/main/text/java/0014-selecting-default-java-version.md) we are changing the default version of Java selected by the buildpack to Java 17.

Signed-off-by: Daniel Mikusa <dan@mikusa.com>
Co-authored-by: David O'Sullivan <31728678+pivotal-david-osullivan@users.noreply.github.com>
  • Loading branch information
dmikusa and pivotal-david-osullivan authored Mar 24, 2023
1 parent 224de1e commit 0a23edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ api = "0.7"

[[metadata.configurations]]
build = true
default = "11"
default = "17"
description = "the Java version"
name = "BP_JVM_VERSION"

Expand Down

0 comments on commit 0a23edd

Please sign in to comment.