mirror of https://github.com/sbt/sbt.git
commit
d5f8aff4c2
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue