Skip to content

Commit a8923ad

Browse files
build: Maven/tests on JDK17 or later
Signed-off-by: Andreas Reichel <andreas@manticore-projects.com>
1 parent df48c4b commit a8923ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,10 @@
383383
<trimStackTrace>false</trimStackTrace>
384384
<!-- AlterViewTest does deep reflection -->
385385
<useModulePath>false</useModulePath>
386+
<argLine>
387+
--add-opens=java.base/java.lang=ALL-UNNAMED
388+
--add-opens=java.base/java.util=ALL-UNNAMED
389+
</argLine>
386390
</configuration>
387391
</plugin>
388392
<plugin>

0 commit comments

Comments
 (0)