open modules for core tests

auto-update
Zlatin Balevsky 2022-01-08 12:48:24 +00:00
parent c061ad0588
commit 1cd1828e15
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 6 additions and 0 deletions

View File

@ -29,6 +29,12 @@ configurations.testImplementation {
exclude group:'org.codehaus.groovy', module:'groovy-testng'
}
test.doFirst {
jvmArgs=["--add-opens","java.base/java.lang=ALL-UNNAMED",
"--add-opens","java.base/sun.nio.fs=ALL-UNNAMED",
"--add-opens","java.base/java.nio=ALL-UNNAMED"]
}
// publish core to local maven repo for sister projects
publishing {
publications {