Skip to content

Commit

Permalink
Enable tests for jedis 2.7.2 (#12175)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit authored Sep 5, 2024
1 parent c8e2222 commit d8dad53
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion instrumentation/jedis/jedis-1.4/javaagent/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@ testing {
}

tasks {
test {
withType<Test>().configureEach {
usesService(gradle.sharedServices.registrations["testcontainersBuildService"].service)
}

check {
dependsOn(testing.suites)
}
}

0 comments on commit d8dad53

Please sign in to comment.