Fixed typo in comments (follow-up)

This commit is contained in:
Luca Abbati 2019-03-29 14:15:25 +01:00
parent 1626c5da62
commit dfecfc8329
No known key found for this signature in database
GPG Key ID: 9BFAA49883C599C5
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ muzzle {
// compatible with Java 7, so we declare the dependency on 20 in our top level dependencies.gradle.
// Ideally our muzzle plugin should take into account those versions declaration, instead it does not so we would
// end up with testing compatibility with guava 0.16 which lacks the method invocation added to be compatible with
// most recent versions of guava (27+). While the long term solution is to make the muzzle plugin of upstream
// most recent versions of guava (27+). While the long term solution is to make the muzzle plugin aware of upstream
// declared dependencies, for now we just make sure that we use the proper ones.
extraDependency "com.google.guava:guava:20.0"
}