mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 19:05:53 +02:00
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user