Skip to content

Commit 52616dd

Browse files
author
Anuraag Agrawal
authored
Skip problematic spring-rabbit muzzle (#3420)
1 parent d3856ad commit 52616dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

instrumentation/spring/spring-rabbit-1.0/javaagent/build.gradle.kts

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ muzzle {
77
group.set("org.springframework.amqp")
88
module.set("spring-rabbit")
99
versions.set("(,)")
10+
// Problematic release depending on snapshots
11+
skip("2.1.1.RELEASE")
1012
}
1113
}
1214

0 commit comments

Comments
 (0)