From 268045fb7a01fee8fed038950789450ff720010d Mon Sep 17 00:00:00 2001 From: Daniel Mikusa Date: Fri, 8 Oct 2021 13:25:11 -0400 Subject: [PATCH] Deactive Java 17 which hasn't been released yet Signed-off-by: Daniel Mikusa --- buildpack.toml | 48 +++++++++++++++++++++++++----------------------- 1 file changed, 25 insertions(+), 23 deletions(-) diff --git a/buildpack.toml b/buildpack.toml index d8f8d9b..cc249d5 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -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"