Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Explicitly build EA tag jdk-11.0.4+8
Browse files Browse the repository at this point in the history
  • Loading branch information
jerboaa committed Jun 19, 2019
1 parent 5509d30 commit b00332e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-openjdk11.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ platform_name() {
}

UPDATE="11.0.4"
BUILD=6
BUILD=8
NAME="openjdk-${UPDATE}+${BUILD}"
JRE_NAME="${NAME}-jre"
TARBALL_BASE_NAME="OpenJDK11U"
Expand Down
2 changes: 1 addition & 1 deletion install-rhel-deps-build-openjdk11.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ cat > $BUILD_SCRIPT <<EOF
set -e
UPDATE="11.0.4"
BUILD=6
BUILD=8
NAME="openjdk-\${UPDATE}+\${BUILD}"
JRE_NAME="\${NAME}-jre"
TARBALL_BASE_NAME="OpenJDK11U"
Expand Down

0 comments on commit b00332e

Please sign in to comment.