Skip to content

Commit 828b9ed

Browse files
committed
[pom] Drop unnecessary jdk.attach.allowAttachSelf from surefire
1 parent 849926e commit 828b9ed

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)