We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca823aa commit e58644cCopy full SHA for e58644c
build-tools-internal/src/main/groovy/elasticsearch.ide.gradle
@@ -168,7 +168,7 @@ if (providers.systemProperty('idea.active').getOrNull() == 'true') {
168
'-ea',
169
'-Djava.security.manager=allow',
170
'-Djava.locale.providers=SPI,COMPAT',
171
- '-Des.nativelibs.path=' + testLibraryPath,
+ '-Des.nativelibs.path="' + testLibraryPath + '"',
172
// TODO: only open these for mockito when it is modularized
173
'--add-opens=java.base/java.security.cert=ALL-UNNAMED',
174
'--add-opens=java.base/java.nio.channels=ALL-UNNAMED',
0 commit comments