Skip to content

Commit 3633d2b

Browse files
authored
Add assertInverse to spring-cloud-gateway-2.0 muzzle (#12316)
1 parent a3f8b10 commit 3633d2b

File tree

1 file changed

+1
-0
lines changed
  • instrumentation/spring/spring-cloud-gateway/spring-cloud-gateway-2.0/javaagent

1 file changed

+1
-0
lines changed

instrumentation/spring/spring-cloud-gateway/spring-cloud-gateway-2.0/javaagent/build.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ muzzle {
77
group.set("org.springframework.cloud")
88
module.set("spring-cloud-starter-gateway")
99
versions.set("[2.0.0.RELEASE,]")
10+
assertInverse.set(true)
1011
}
1112
}
1213

0 commit comments

Comments
 (0)