Skip to content

Commit fbc2b2c

Browse files
committed
fix Java 17 build error
1 parent 5350086 commit fbc2b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logger-tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<artifactId>maven-surefire-plugin</artifactId>
7777
<version>3.0.0-M5</version>
7878
<configuration>
79-
<forkCount>0</forkCount>
79+
<forkCount>1</forkCount>
8080
<reuseForks>false</reuseForks>
8181
<excludes>
8282
<exclude>**/*PerfTest.java</exclude>

0 commit comments

Comments
 (0)