[openjdk] up
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
parent
822d4e9012
commit
8ea85c16f4
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue