Use platform-independent line separator in jspecify tests handler
This commit is contained in:
@@ -121,7 +121,7 @@ object MockLibraryUtil {
|
||||
add("-d")
|
||||
add(classesDir.path)
|
||||
|
||||
if (useJava9) {
|
||||
if (useJava9 && extraModulepath.isNotEmpty()) {
|
||||
add("--module-path")
|
||||
add(extraModulepath.joinToString(File.pathSeparator))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user