mirror of https://github.com/apache/lucene.git
LUCENE-9587: Add '--illegal-access=deny' to test runner (#2039)
This commit is contained in:
parent
6d00843d97
commit
9ce4b98af2
|
@ -105,6 +105,7 @@ allprojects {
|
||||||
ignoreFailures = resolvedTestOption("tests.haltonfailure").toBoolean() == false
|
ignoreFailures = resolvedTestOption("tests.haltonfailure").toBoolean() == false
|
||||||
|
|
||||||
jvmArgs Commandline.translateCommandline(resolvedTestOption("tests.jvmargs"))
|
jvmArgs Commandline.translateCommandline(resolvedTestOption("tests.jvmargs"))
|
||||||
|
jvmArgs '--illegal-access=deny'
|
||||||
|
|
||||||
systemProperty 'java.util.logging.config.file', file("${resources}/logging.properties")
|
systemProperty 'java.util.logging.config.file', file("${resources}/logging.properties")
|
||||||
systemProperty 'java.awt.headless', 'true'
|
systemProperty 'java.awt.headless', 'true'
|
||||||
|
|
Loading…
Reference in New Issue