Skip to content

Commit

Permalink
Revert " Revert "Temporary way for testing JDK 11 on jenkins" (#23)"
Browse files Browse the repository at this point in the history
This reverts commit 2ebdcb9.
  • Loading branch information
HyukjinKwon committed Aug 14, 2019
1 parent 1c1143f commit 8435110
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev/run-tests-jenkins
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,7 @@ if [[ "$PYTHON_VERSION_CHECK" == "True" ]]; then
exit -1
fi

export JAVA_HOME=/usr/java/jdk-11.0.1
export PATH=${JAVA_HOME}/bin:${PATH}

exec python -u ./dev/run-tests-jenkins.py "$@"

0 comments on commit 8435110

Please sign in to comment.