Skip to content

Commit 7e16f23

Browse files
committed
fix: java-verify-fix
1 parent 0cc944d commit 7e16f23

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spring-async/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ jar {
2424

2525
verifyInstrumentation {
2626
passes 'org.springframework:spring-core:[5.0.0.RELEASE,)'
27-
}
27+
excludeRegex '.*M.*'
28+
29+
}

0 commit comments

Comments
 (0)