Skip to content

Commit

Permalink
disable reuseForks for acl like broker
Browse files Browse the repository at this point in the history
  • Loading branch information
caigy committed Aug 9, 2023
1 parent cfa2389 commit 90d1023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<version>${maven-surefire-plugin.version}</version>
<configuration>
<forkCount>1</forkCount>
<reuseForks>true</reuseForks>
<reuseForks>false</reuseForks>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 90d1023

Please sign in to comment.