Skip to content

Commit

Permalink
Merge pull request #2943 from hazendaz/master
Browse files Browse the repository at this point in the history
[pom] Drop unnecessary jdk.attach.allowAttachSelf from surefire
  • Loading branch information
hazendaz authored Aug 27, 2023
2 parents 849926e + 828b9ed commit 06d5936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
<spotbugs.onlyAnalyze>org.apache.ibatis.*</spotbugs.onlyAnalyze>

<!-- Surefire Setup -->
<argLine>-Djdk.attach.allowAttachSelf -Xmx2048m</argLine>
<argLine>-Xmx2048m</argLine>

<!-- Reproducible Builds -->
<project.build.outputTimestamp>1678513628</project.build.outputTimestamp>
Expand Down

0 comments on commit 06d5936

Please sign in to comment.