We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 241dbb7 commit f891b99Copy full SHA for f891b99
liquidjava-verifier/pom.xml
@@ -51,9 +51,7 @@
51
<artifactId>maven-surefire-plugin</artifactId>
52
<version>3.2.1</version>
53
<configuration>
54
- <forkCount>3</forkCount>
55
- <reuseForks>false</reuseForks>
56
- <argLine>-Xmx1024m</argLine>
+ <forkCount>0</forkCount>
57
<testFailureIgnore>true</testFailureIgnore>
58
<useSystemClassLoader>false</useSystemClassLoader>
59
</configuration>
0 commit comments