Skip to content

Commit c7382b3

Browse files
authored
Merge pull request #2 from newrelic-experimental/java-verify-spe25
fix: java-verify-fix
2 parents 0cc944d + 7e16f23 commit c7382b3

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)