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 0bf2a24 commit 00a6685Copy full SHA for 00a6685
scijava-ops-engine/pom.xml
@@ -101,6 +101,15 @@
101
102
<license.licenseName>bsd_2</license.licenseName>
103
<license.copyrightOwners>SciJava developers.</license.copyrightOwners>
104
+
105
+ <!--
106
+ HACK: Allow individual tests to run successfully in IntelliJ. Avoids exception:
107
+ java.lang.reflect.InaccessibleObjectException: Unable to make public
108
+ static void org.scijava.ops.engine.AbstractTestEnvironment.setUp()
109
+ accessible: module org.scijava.ops.engine does not "exports
110
+ org.scijava.ops.engine" to unnamed module @402e37bc
111
+ -->
112
+ <scijava.surefire.args>--add-exports org.scijava.ops.engine/org.scijava.ops.engine=ALL-UNNAMED</scijava.surefire.args>
113
</properties>
114
115
<dependencies>
0 commit comments