Fix the build (#6084)
This commit is contained in:
parent
ef0395ff55
commit
6c5170c788
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue