Exclude bad guava version from muzzle (#8883)

This commit is contained in:
Lauri Tulmin 2023-07-06 12:41:35 +03:00 committed by GitHub
parent 6b9bdfbfa2
commit 7144f5a504
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ muzzle {
group.set("com.google.guava")
module.set("guava")
versions.set("[10.0,]")
skip("32.1.0-android")
assertInverse.set(true)
}
}