|
@@ -495,6 +495,8 @@ class BuildPlugin implements Plugin<Project> {
|
|
|
systemProperty 'tests.artifact', project.name
|
|
|
systemProperty 'tests.task', path
|
|
|
systemProperty 'tests.security.manager', 'true'
|
|
|
+ // Breaking change in JDK-9, revert to JDK-8 behavior for now, see https://github.com/elastic/elasticsearch/issues/21534
|
|
|
+ systemProperty 'jdk.io.permissionsUseCanonicalPath', 'true'
|
|
|
systemProperty 'jna.nosys', 'true'
|
|
|
// default test sysprop values
|
|
|
systemProperty 'tests.ifNoTests', 'fail'
|