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
+1 -1
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)