Skip to content

Commit

Permalink
Add java.time to list of allowed reflective accesses (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
wilcoxjay committed Jan 31, 2024
1 parent 752bd8d commit a2f9c03
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/runConfigurations/_template__of_JUnit.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion handout-files/run-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
'--add-opens', 'java.base/jdk.internal.reflect=ALL-UNNAMED',
'--add-opens', 'java.base/java.lang=ALL-UNNAMED',
'--add-opens', 'java.base/java.util=ALL-UNNAMED',
'--add-opens', 'java.base/java.util.concurrent.atomic=ALL-UNNAMED'
'--add-opens', 'java.base/java.util.concurrent.atomic=ALL-UNNAMED',
'--add-opens', 'java.base/java.time=ALL-UNNAMED',
)

if platform.system() == 'Windows':
Expand Down

0 comments on commit a2f9c03

Please sign in to comment.