File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 17
17
description = " A Scala wrapper of the MongoDB Reactive Streams Java driver"
18
18
archivesBaseName = ' mongo-scala-driver'
19
19
20
- configurations {
21
- integrationTestImplementation {
22
- extendsFrom testImplementation
23
- canBeResolved = true
24
- }
25
- }
26
20
27
21
dependencies {
28
22
implementation project(path : ' :bson-scala' , configuration : ' default' )
@@ -79,6 +73,13 @@ task aggregatedScalaDoc(type: ScalaDoc) {
79
73
scalaDocOptions. additionalParameters = [" -doc-root-content" , " ${ project.rootDir} /driver-scala/rootdoc.txt" as String ]
80
74
}
81
75
76
+ configurations {
77
+ integrationTestImplementation {
78
+ extendsFrom testImplementation
79
+ canBeResolved = true
80
+ }
81
+ }
82
+
82
83
idea {
83
84
module {
84
85
testSourceDirs + = sourceSets. integrationTest. scala. srcDirs
You can’t perform that action at this time.
0 commit comments