[openjdk] up

Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
Gwenhael Le Moine 2022-02-22 13:41:06 +01:00
parent 822d4e9012
commit 8ea85c16f4
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -1,8 +1,8 @@
#!/bin/bash
set -x -e
VERSION=${VERSION:-17}
FLAVOR=${FLAVOR:-"server-release"}
VERSION=${VERSION:-18}
FLAVOR=${FLAVOR:-"server-release-gcc10-glibc2.31"}
CWD=$(pwd)
PRGNAM=$(basename $CWD)