Skip to content

Commit 06d5936

Browse files
authored
Merge pull request #2943 from hazendaz/master
[pom] Drop unnecessary jdk.attach.allowAttachSelf from surefire
2 parents 849926e + 828b9ed commit 06d5936

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
@@ -149,7 +149,7 @@
149149
<spotbugs.onlyAnalyze>org.apache.ibatis.*</spotbugs.onlyAnalyze>
150150

151151
<!-- Surefire Setup -->
152-
<argLine>-Djdk.attach.allowAttachSelf -Xmx2048m</argLine>
152+
<argLine>-Xmx2048m</argLine>
153153

154154
<!-- Reproducible Builds -->
155155
<project.build.outputTimestamp>1678513628</project.build.outputTimestamp>

0 commit comments

Comments
 (0)