Skip to content

Commit

Permalink
Merge pull request #125 from paketo-buildpacks/java-17
Browse files Browse the repository at this point in the history
Deactive Java 17 which hasn't been released yet
  • Loading branch information
Daniel Mikusa authored Oct 8, 2021
2 parents ce4f386 + 268045f commit 31286c8
Showing 1 changed file with 25 additions and 23 deletions.
48 changes: 25 additions & 23 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -173,29 +173,31 @@ api = "0.6"
type = "EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception"
uri = "https://github.com/eclipse/openj9/blob/master/LICENSE"

[[metadata.dependencies]]
id = "jdk"
name = "OpenJ9 JDK"
sha256 = "bad"
stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"]
uri = ""
version = "17.0.0"

[[metadata.dependencies.licenses]]
type = "EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception"
uri = "https://github.com/eclipse/openj9/blob/master/LICENSE"

[[metadata.dependencies]]
id = "jre"
name = "OpenJ9 JRE"
sha256 = "bad"
stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"]
uri = ""
version = "17.0.0"

[[metadata.dependencies.licenses]]
type = "EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception"
uri = "https://github.com/eclipse/openj9/blob/master/LICENSE"
# Uncomment when Semeru project releases Java 17
#
# [[metadata.dependencies]]
# id = "jdk"
# name = "OpenJ9 JDK"
# sha256 = "bad"
# stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"]
# uri = ""
# version = "17.0.0"

# [[metadata.dependencies.licenses]]
# type = "EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception"
# uri = "https://github.com/eclipse/openj9/blob/master/LICENSE"

# [[metadata.dependencies]]
# id = "jre"
# name = "OpenJ9 JRE"
# sha256 = "bad"
# stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"]
# uri = ""
# version = "17.0.0"

# [[metadata.dependencies.licenses]]
# type = "EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception"
# uri = "https://github.com/eclipse/openj9/blob/master/LICENSE"

[[stacks]]
id = "io.buildpacks.stacks.bionic"
Expand Down

0 comments on commit 31286c8

Please sign in to comment.