Skip to content

Commit 23ba400

Browse files
committed
fix jdk18 build
1 parent 3ce3c11 commit 23ba400

File tree

1 file changed

+12
-0
lines changed
  • shenyu-registry/shenyu-registry-eureka

1 file changed

+12
-0
lines changed

shenyu-registry/shenyu-registry-eureka/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,16 @@
4343
<version>2.0.2</version>
4444
</dependency>
4545
</dependencies>
46+
47+
<build>
48+
<plugins>
49+
<plugin>
50+
<groupId>org.apache.maven.plugins</groupId>
51+
<artifactId>maven-surefire-plugin</artifactId>
52+
<configuration>
53+
<argLine>-Dcom.netflix.servo.DefaultMonitorRegistry=false</argLine>
54+
</configuration>
55+
</plugin>
56+
</plugins>
57+
</build>
4658
</project>

0 commit comments

Comments
 (0)