mirror of https://github.com/apache/lucene.git
Add createClassLoader to replicator permissions (block specific to jacoco). (#12684)
This commit is contained in:
parent
f64bb19697
commit
2482f7688b
|
@ -76,6 +76,8 @@ grant {
|
|||
permission java.lang.RuntimePermission "shutdownHooks";
|
||||
// needed by jacoco to instrument classes
|
||||
permission java.lang.RuntimePermission "defineClass";
|
||||
// needed by jacoco for God knows what.
|
||||
permission java.lang.RuntimePermission "createClassLoader";
|
||||
};
|
||||
|
||||
// Grant all permissions to Gradle test runner classes.
|
||||
|
|
Loading…
Reference in New Issue