Fix Java 9 support

This commit is contained in:
Eugene Yokota 2017-03-11 16:34:10 -05:00
parent a867202ea5
commit e4dae9a120
1 changed files with 1 additions and 0 deletions

View File

@ -197,6 +197,7 @@ copyRt() {
vlog "[copyRt] java9_rt = '$java9_rt'"
if [[ ! -f "$java9_rt" ]]; then
echo Copying runtime jar.
mkdir "$java9_ext"
execRunner "$java_cmd" \
${JAVA_OPTS} \
${SBT_OPTS:-$default_sbt_opts} \