-openjdk@20

This commit is contained in:
Felipe Santos 2024-03-09 14:08:10 -03:00 committed by Jacob Heider
parent 405e904a52
commit a5075008fe

View file

@ -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