Skip to content

Commit

Permalink
Merge pull request #160 from paketo-buildpacks/v17_manual_fix
Browse files Browse the repository at this point in the history
Manual updates to buildpack.toml for NIK 11&17
  • Loading branch information
Daniel Mikusa authored Oct 22, 2021
2 parents 0938888 + 6e9d56c commit 763b616
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -176,22 +176,10 @@ api = "0.6"
[[metadata.dependencies]]
id = "native-image-svm"
name = "BellSoft Liberica NIK"
sha256 = "09b6bc126bbcfcdb43566c54df2b670fbfe352c8f5fd6e88c84a9f053ab3c90f"
sha256 = "33aff779c9aa256195d155ff276dd28d0c734a5fb1edd78ffc368a7f7be2dcd1"
stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"]
uri = "https://download.bell-sw.com/vm/21.2.0/bellsoft-liberica-vm-core-openjdk11-21.2.0-linux-amd64.tar.gz"
version = "11.0.12"

[[metadata.dependencies.licenses]]
type = "GPL-2.0 WITH Classpath-exception-2.0"
uri = "https://openjdk.java.net/legal/gplv2+ce.html"

[[metadata.dependencies]]
id = "native-image-svm"
name = "BellSoft Liberica NIK"
sha256 = "59f105feaedd511101cca9c63f72696f8af4d4f4b4f0c0e97978b65be7a6943a"
stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"]
uri = "https://download.bell-sw.com/vm/21.3.0/bellsoft-liberica-vm-core-openjdk17-21.3.0-linux-amd64.tar.gz"
version = "17.0.1"
uri = "https://download.bell-sw.com/vm/21.3.0/bellsoft-liberica-vm-core-openjdk11-21.3.0-linux-amd64.tar.gz"
version = "11.0.13"

[[metadata.dependencies.licenses]]
type = "GPL-2.0 WITH Classpath-exception-2.0"
Expand Down Expand Up @@ -245,6 +233,18 @@ api = "0.6"
type = "GPL-2.0 WITH Classpath-exception-2.0"
uri = "https://openjdk.java.net/legal/gplv2+ce.html"

[[metadata.dependencies]]
id = "native-image-svm"
name = "BellSoft Liberica NIK"
sha256 = "59f105feaedd511101cca9c63f72696f8af4d4f4b4f0c0e97978b65be7a6943a"
stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"]
uri = "https://download.bell-sw.com/vm/21.3.0/bellsoft-liberica-vm-core-openjdk17-21.3.0-linux-amd64.tar.gz"
version = "17.0.1"

[[metadata.dependencies.licenses]]
type = "GPL-2.0 WITH Classpath-exception-2.0"
uri = "https://openjdk.java.net/legal/gplv2+ce.html"

[[stacks]]
id = "io.paketo.stacks.tiny"

Expand Down

0 comments on commit 763b616

Please sign in to comment.