|
|
@@ -168,7 +168,7 @@ if (providers.systemProperty('idea.active').getOrNull() == 'true') {
|
|
|
'-ea',
|
|
|
'-Djava.security.manager=allow',
|
|
|
'-Djava.locale.providers=SPI,COMPAT',
|
|
|
- '-Des.nativelibs.path=' + testLibraryPath,
|
|
|
+ '-Des.nativelibs.path="' + testLibraryPath + '"',
|
|
|
// TODO: only open these for mockito when it is modularized
|
|
|
'--add-opens=java.base/java.security.cert=ALL-UNNAMED',
|
|
|
'--add-opens=java.base/java.nio.channels=ALL-UNNAMED',
|