diff --git a/spring-async/build.gradle b/spring-async/build.gradle index 22649dc..977dde7 100644 --- a/spring-async/build.gradle +++ b/spring-async/build.gradle @@ -24,4 +24,6 @@ jar { verifyInstrumentation { passes 'org.springframework:spring-core:[5.0.0.RELEASE,)' -} \ No newline at end of file + excludeRegex '.*M.*' + +}