Skip to content

Commit

Permalink
Adds more debugg flags, give me my logs!
Browse files Browse the repository at this point in the history
  • Loading branch information
scottopell committed Oct 19, 2023
1 parent 795cbd7 commit f2bb0c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,4 @@ workflows:
version: 2
workflow:
jobs:
- lint_openjdk8
- test_openjdk8
- test_openjdk11
- test_openjdk15
- test_openjdk17
- test_openjdk19
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
<configuration>
<!-- allowAttachSelf required for tests in jdk9+ ref https://bugs.openjdk.org/browse/JDK-8180425 -->
<!-- rmi.server.hostname required for tests in some MacOS configurations -->
<argLine>-Djdk.attach.allowAttachSelf=true -Djava.rmi.server.hostname=localhost</argLine>
<argLine>-X --debug -Djdk.attach.allowAttachSelf=true -Djava.rmi.server.hostname=localhost</argLine>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit f2bb0c9

Please sign in to comment.