Merge pull request #156 from sbt/wip/150

Workaround for brew test sbt
This commit is contained in:
eugene yokota 2017-04-12 20:20:57 -04:00 committed by GitHub
commit d5f8aff4c2
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ checkJava() {
}
copyRt() {
if [[ "$java_version" > "8" ]]; then
if [[ "$java_version" == "9" ]]; then
rtexport=$(rt_export_file)
java9_ext=$("$java_cmd" ${JAVA_OPTS} ${SBT_OPTS:-$default_sbt_opts} ${java_args[@]} \
-jar "$rtexport" --rt-ext-dir)