File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
language-adaptors/rxjava-scala Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,17 +45,17 @@ dependencies {
45
45
46
46
compile project(' :rxjava-core' )
47
47
48
- provided ' junit:junit-dep:4.10'
49
- provided ' org.mockito:mockito-core:1.8.5'
48
+ testCompile ' junit:junit-dep:4.10'
49
+ testCompile ' org.mockito:mockito-core:1.8.5'
50
50
testCompile ' org.scalatest:scalatest_2.10:1.9.1'
51
51
}
52
52
53
53
tasks. compileScala {
54
- classpath = classpath + ( configurations. compile + configurations . provided)
54
+ classpath = classpath + configurations. compile
55
55
}
56
56
57
57
tasks. compileExamplesScala {
58
- classpath = classpath + files(compileScala. destinationDir) + (configurations. compile + configurations. provided )
58
+ classpath = classpath + files(compileScala. destinationDir) + (configurations. compile + configurations. testCompile )
59
59
}
60
60
61
61
// Add RxJava core to Scaladoc input:
You can’t perform that action at this time.
0 commit comments