Skip to content

Commit

Permalink
excluding odd Mule version
Browse files Browse the repository at this point in the history
  • Loading branch information
dhilpipre committed May 24, 2024
1 parent 59787d9 commit cb2f4c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Mule-Core-4.5/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jar {

verifyInstrumentation {
passes 'org.mule.runtime:mule-core:[4.5.0,)'
exclude 'org.mule.runtime:mule-core:4.8.0-20240422'
excludeRegex '.*MULE.*'
excludeRegex '.*rc.*'
excludeRegex '.*SNAPSHOT'
excludeRegex '.*4.5.0-202.*'

}
}

0 comments on commit cb2f4c7

Please sign in to comment.