Exclude bad couchbase versions from muzzle (#2534)
This commit is contained in:
parent
ee04ff72c3
commit
1dd1bf2267
|
@ -5,6 +5,8 @@ muzzle {
|
|||
group = "com.couchbase.client"
|
||||
module = "java-client"
|
||||
versions = "[3.1,)"
|
||||
// Version 2.7.5 and 2.7.8 were not released properly and muzzle cannot test against it causing failure.
|
||||
skipVersions += ['2.7.5', '2.7.8']
|
||||
assertInverse = true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue