Enable tests for jedis 2.7.2 (#12175)

This commit is contained in:
Lauri Tulmin 2024-09-05 13:16:21 +03:00 committed by GitHub
parent c8e22222d0
commit d8dad53883
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

View File

@ -39,7 +39,11 @@ testing {
}
tasks {
test {
withType<Test>().configureEach {
usesService(gradle.sharedServices.registrations["testcontainersBuildService"].service)
}
check {
dependsOn(testing.suites)
}
}