Enable tests for jedis 2.7.2 (#12175)
This commit is contained in:
parent
c8e22222d0
commit
d8dad53883
|
@ -39,7 +39,11 @@ testing {
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
test {
|
withType<Test>().configureEach {
|
||||||
usesService(gradle.sharedServices.registrations["testcontainersBuildService"].service)
|
usesService(gradle.sharedServices.registrations["testcontainersBuildService"].service)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
check {
|
||||||
|
dependsOn(testing.suites)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue