apply from: "$rootDir/gradle/instrumentation.gradle" muzzle { pass { group = "org.redisson" module = "redisson" versions = "[3.0.0,)" } } dependencies { library "org.redisson:redisson:3.0.0" } test { systemProperty "testLatestDeps", testLatestDeps }