Skip to content

Commit 97ad304

Browse files
committed
Add EqualsBuilderReflectJreImplementationTest
See work in progress #1328
1 parent 21e1168 commit 97ad304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@
468468
<properties>
469469
<!-- LANG-1265: allow tests to access private fields/methods of java.base classes via reflection -->
470470
<!-- LANG-1667: allow tests to access private fields/methods of java.base/java.util such as ArrayList via reflection -->
471-
<argLine>-Xmx512m --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED</argLine>
471+
<argLine>-Xmx512m --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.time=ALL-UNNAMED</argLine>
472472
</properties>
473473
</profile>
474474
<profile>

0 commit comments

Comments
 (0)