mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
-openjdk@20
This commit is contained in:
parent
405e904a52
commit
a5075008fe
|
@ -2,8 +2,6 @@ distributable:
|
|||
# TODO: add jdk8
|
||||
- url: https://github.com/openjdk/jdk21u/archive/{{version.tag}}.tar.gz
|
||||
strip-components: 1
|
||||
- url: https://github.com/openjdk/jdk20u/archive/{{version.tag}}.tar.gz
|
||||
strip-components: 1
|
||||
- url: https://github.com/openjdk/jdk17u/archive/{{version.tag}}.tar.gz
|
||||
strip-components: 1
|
||||
- url: https://github.com/openjdk/jdk11u/archive/{{version.tag}}.tar.gz
|
||||
|
@ -15,8 +13,6 @@ versions:
|
|||
# 21.10.0.
|
||||
- github: openjdk/jdk21u/tags
|
||||
transform: 'v => v.match(/jdk-21\.0\./) ? v.replace(/\+/, ".").replace(/^jdk-/, "") : undefined'
|
||||
- github: openjdk/jdk20u/tags
|
||||
transform: 'v => v.match(/jdk-20\.0\./) ? v.replace(/\+/, ".").replace(/^jdk-/, "") : undefined'
|
||||
- github: openjdk/jdk17u/tags
|
||||
transform: 'v => v.match(/jdk-17\.0\./) ? v.replace(/\+/, ".").replace(/^jdk-/, "") : undefined'
|
||||
- github: openjdk/jdk11u/tags
|
||||
|
@ -114,8 +110,6 @@ build:
|
|||
# or the last previous version of the current major version
|
||||
# https://github.com/adoptium/temurin21-binaries/releases
|
||||
BOOT_JDK21_VERSION: 21.0.2+13
|
||||
# https://github.com/adoptium/temurin20-binaries/releases
|
||||
BOOT_JDK20_VERSION: 20.0.2+9
|
||||
# https://github.com/adoptium/temurin17-binaries/releases
|
||||
BOOT_JDK17_VERSION: 17.0.9+9
|
||||
# https://github.com/adoptium/temurin11-binaries/releases
|
||||
|
|
Loading…
Reference in a new issue