Exclude bad couchbase versions from muzzle (#2534)

This commit is contained in:
Lauri Tulmin 2021-03-09 13:35:45 +02:00 committed by GitHub
parent ee04ff72c3
commit 1dd1bf2267
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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
}
}