Skip to content

Commit

Permalink
jdk12 pipeline work (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-walsh authored and Simon Rushton committed Feb 26, 2019
1 parent a59c2d4 commit 49f4fa7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sbin/common/constants.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@ export JDK8_VERSION="jdk8u";
export JDK9_VERSION="jdk9u";
export JDK10_VERSION="jdk10u";
export JDK11_VERSION="jdk11u";
export JDK12_VERSION="jdk12u";
export JDKHEAD_VERSION="jdk";

export JDK8_CORE_VERSION="jdk8";
export JDK9_CORE_VERSION="jdk9";
export JDK10_CORE_VERSION="jdk10";
export JDK11_CORE_VERSION="jdk11";
export JDK12_CORE_VERSION="jdk12";
export JDKHEAD_CORE_VERSION="${JDKHEAD_VERSION}";
export AMBER_CORE_VERSION="amber";

Expand Down

0 comments on commit 49f4fa7

Please sign in to comment.