muzzle fix

This commit is contained in:
Tyler Benson 2019-08-06 08:58:36 -07:00
parent 38cc03ae9e
commit d77487017e
1 changed files with 8 additions and 3 deletions

View File

@ -14,8 +14,8 @@ testSets {
} }
muzzle { muzzle {
// Version 2.7.5 was not released properly and muzzle cannot test against it causing failure. // Version 2.7.5 and 2.7.8 were not released properly and muzzle cannot test against it causing failure.
// So we have to skip it resulting in this verbose setup. // So we have to skip them resulting in this verbose setup.
fail { fail {
group = 'com.couchbase.client' group = 'com.couchbase.client'
module = 'java-client' module = 'java-client'
@ -29,7 +29,12 @@ muzzle {
pass { pass {
group = 'com.couchbase.client' group = 'com.couchbase.client'
module = 'java-client' module = 'java-client'
versions = "[2.7.6,)" versions = "[2.7.6,2.7.8)"
}
pass {
group = 'com.couchbase.client'
module = 'java-client'
versions = "[2.7.9,)"
} }
fail { fail {
group = 'com.couchbase.client' group = 'com.couchbase.client'