Skip to content

Commit

Permalink
extend comment
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-yuen committed Dec 10, 2024
1 parent e095d09 commit e628a28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockstore-cli-integration-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
--add-opens java.base/java.base=ALL-UNNAMED
--add-opens java.base/java.lang.reflect=ALL-UNNAMED
--add-opens java.base/sun.nio.fs=ALL-UNNAMED
<!-- for Java 21, see -->
<!-- for Java 21, needed for system stubs catchSystemExit, not to be confused with system rules or system lambda -->
-Djava.security.manager=allow
-da:org.hibernate...
</argLine>
Expand Down
2 changes: 1 addition & 1 deletion dockstore-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@
--add-opens java.base/java.io=ALL-UNNAMED
--add-opens java.base/java.util=ALL-UNNAMED
--add-opens java.base/java.base=ALL-UNNAMED
<!-- for Java 21, see -->
<!-- for Java 21, needed for system stubs catchSystemExit, not to be confused with system rules or system lambda -->
-Djava.security.manager=allow
</argLine>
<skipTests>${skipITs}</skipTests>
Expand Down

0 comments on commit e628a28

Please sign in to comment.