Commit 404dd72
committed
Update parent to pom-scijava-base 21.1.0
This adds support for new scijava properties that allow to configure
extra VM arguments as well as JPMS-specific (i.e. Java 9+) arguments.
And the VM argument --add-opens=java.base/java.lang=ALL-UNNAMED is
included by default when Java 9+ is used, so that the ReflectionUnlocker
class of org.scijava:app-launcher can be used more easily to avoid
burdensome reflection restrictions on modularized Java code.1 parent d35006d commit 404dd72
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments