Fix the build (#6084)

This commit is contained in:
Trask Stalnaker 2022-05-23 22:14:55 -07:00 committed by GitHub
parent ef0395ff55
commit 6c5170c788
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -6,13 +6,16 @@ muzzle {
pass {
group.set("org.redisson")
module.set("redisson")
versions.set("[3.0.0,)")
versions.set("[3.0.0,3.17.2)")
}
}
dependencies {
library("org.redisson:redisson:3.0.0")
// TODO (trask) split out instrumentation into two modules and support 3.17.2+
latestDepTestLibrary("org.redisson:redisson:3.17.1")
compileOnly("com.google.auto.value:auto-value-annotations")
annotationProcessor("com.google.auto.value:auto-value")
}