Add testcontainersBuildService to r2dbc tests (#8184)
This commit is contained in:
parent
d007ccce82
commit
9e0d177d88
|
@ -29,3 +29,7 @@ dependencies {
|
||||||
testImplementation(project(":instrumentation:r2dbc-1.0:testing"))
|
testImplementation(project(":instrumentation:r2dbc-1.0:testing"))
|
||||||
testInstrumentation(project(":instrumentation:reactor:reactor-3.1:javaagent"))
|
testInstrumentation(project(":instrumentation:reactor:reactor-3.1:javaagent"))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.withType<Test>().configureEach {
|
||||||
|
usesService(gradle.sharedServices.registrations["testcontainersBuildService"].service)
|
||||||
|
}
|
||||||
|
|
|
@ -9,3 +9,7 @@ dependencies {
|
||||||
testImplementation(project(":instrumentation:r2dbc-1.0:testing"))
|
testImplementation(project(":instrumentation:r2dbc-1.0:testing"))
|
||||||
testImplementation(project(":instrumentation:reactor:reactor-3.1:library"))
|
testImplementation(project(":instrumentation:reactor:reactor-3.1:library"))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.withType<Test>().configureEach {
|
||||||
|
usesService(gradle.sharedServices.registrations["testcontainersBuildService"].service)
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue