We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 513c3f5 + 8f6e39d commit 9b0626cCopy full SHA for 9b0626c
openjdk18.sh renamed to openjdk19.sh
@@ -2,11 +2,11 @@
2
3
set -euo pipefail
4
5
-cp jdk-18/bellsoft-jdk*.tar.gz images
6
-cp jre-18/bellsoft-jre*.tar.gz images
+cp jdk-19/bellsoft-jdk*.tar.gz images
+cp jre-19/bellsoft-jre*.tar.gz images
7
8
PATTERN="([0-9]+)\.([0-9]+)\.([0-9]+)-([0-9]+)"
9
-if [[ $(cat jdk-18/version) =~ ${PATTERN} ]]; then
+if [[ $(cat jdk-19/version) =~ ${PATTERN} ]]; then
10
echo "${BASH_REMATCH[1]}.${BASH_REMATCH[2]}.${BASH_REMATCH[3]}-${BASH_REMATCH[4]}" > images/version
11
else
12
echo "version is not semver" 1>&2
0 commit comments