We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e94ae72 commit 7b5c8a6Copy full SHA for 7b5c8a6
driver-legacy/build.gradle
@@ -37,4 +37,6 @@ dependencies {
37
testImplementation project(':bson').sourceSets.test.output
38
testImplementation project(':driver-core').sourceSets.test.output
39
testImplementation project(':driver-sync').sourceSets.test.output
40
+
41
+ testRuntimeOnly project(path: ':driver-core', configuration: 'consumableTestRuntimeOnly')
42
}
0 commit comments