Skip to content

Commit f802761

Browse files
authored
Specifies the explicit version of the JDK in the Helidon build pipelines. (helidon-io#3267)
Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
1 parent ebb1cf8 commit f802761

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

etc/scripts/includes/pipeline-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ if [ -z "${__PIPELINE_ENV_INCLUDED__}" ]; then
6363

6464
if [ -n "${JENKINS_HOME}" ] ; then
6565
export PIPELINE="true"
66-
export JAVA_HOME="/tools/jdk11"
66+
export JAVA_HOME="/tools/jdk-11.0.12"
6767
MAVEN_OPTS="${MAVEN_OPTS} -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
6868
MAVEN_OPTS="${MAVEN_OPTS} -Dorg.slf4j.simpleLogger.showDateTime=true"
6969
MAVEN_OPTS="${MAVEN_OPTS} -Dorg.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss,SSS"

0 commit comments

Comments
 (0)