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 c2db2a0 commit 65aed83Copy full SHA for 65aed83
jablib/build.gradle.kts
@@ -420,7 +420,8 @@ tasks.test {
420
jvmArgs = listOf(
421
"-javaagent:${mockitoAgent.asPath}",
422
"--add-opens", "java.base/jdk.internal.ref=org.apache.pdfbox.io",
423
- "--add-opens", "java.base/java.nio=org.apache.pdfbox.io"
+ "--add-opens", "java.base/java.nio=org.apache.pdfbox.io",
424
+ "--enable-native-access=com.sun.jna,javafx.graphics,org.apache.lucene.core"
425
)
426
}
427
0 commit comments