Add assertInverse to spring-cloud-gateway-2.0 muzzle (#12316)

This commit is contained in:
Lauri Tulmin 2024-09-23 16:03:30 +03:00 committed by GitHub
parent a3f8b1082d
commit 3633d2b151
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ muzzle {
group.set("org.springframework.cloud")
module.set("spring-cloud-starter-gateway")
versions.set("[2.0.0.RELEASE,]")
assertInverse.set(true)
}
}