Skip to content

Commit

Permalink
Merge pull request #75 from paketo-buildpacks/remove-java-15
Browse files Browse the repository at this point in the history
Remove Java 15
  • Loading branch information
Daniel Mikusa authored Apr 23, 2021
2 parents 93f2fcc + c7cdb14 commit 64dbc44
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 226 deletions.
16 changes: 0 additions & 16 deletions .github/pipeline-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,22 +49,6 @@ dependencies:
implementation: openj9
type: jre
version: "[11,12)"
- name: JDK 15
id: jdk
version_pattern: "15(?:\\.[\\d]+(?:\\.[\\d]+)?)?"
uses: docker://ghcr.io/paketo-buildpacks/actions/adopt-openjdk-dependency:main
with:
implementation: openj9
type: jdk
version: "[15,16)"
- name: JRE 15
id: jre
version_pattern: "15(?:\\.[\\d]+(?:\\.[\\d]+)?)?"
uses: docker://ghcr.io/paketo-buildpacks/actions/adopt-openjdk-dependency:main
with:
implementation: openj9
type: jre
version: "[15,16)"
- name: JDK 16
id: jdk
version_pattern: "16(?:\\.[\\d]+(?:\\.[\\d]+)?)?"
Expand Down
95 changes: 0 additions & 95 deletions .github/workflows/update-jdk-15.yml

This file was deleted.

95 changes: 0 additions & 95 deletions .github/workflows/update-jre-15.yml

This file was deleted.

20 changes: 0 additions & 20 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,26 +103,6 @@ stacks = [ "io.buildpacks.stacks.bionic", "org.cloudfoundry.stacks.cflinuxfs3"
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"
version = "15.0.2"
uri = "https://github.com/AdoptOpenJDK/openjdk15-binaries/releases/download/jdk-15.0.2%2B7_openj9-0.24.0/OpenJDK15U-jdk_x64_linux_openj9_15.0.2_7_openj9-0.24.0.tar.gz"
sha256 = "5515ccd79b1b5e8d8a615b80d5fe1272f7bb41100e46d94fb78ee611ea014816"
stacks = [ "io.buildpacks.stacks.bionic", "org.cloudfoundry.stacks.cflinuxfs3" ]

[[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"
version = "15.0.2"
uri = "https://github.com/AdoptOpenJDK/openjdk15-binaries/releases/download/jdk-15.0.2%2B7_openj9-0.24.0/OpenJDK15U-jre_x64_linux_openj9_15.0.2_7_openj9-0.24.0.tar.gz"
sha256 = "a4ae1b7275fcfd6d87a3387edacc8e353dc95ee44f00ca5a348ea90331ec2084"
stacks = [ "io.buildpacks.stacks.bionic", "org.cloudfoundry.stacks.cflinuxfs3" ]

[[metadata.dependencies]]
id = "jdk"
name = "OpenJ9 JDK"
Expand Down

0 comments on commit 64dbc44

Please sign in to comment.