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 b0e448d commit a07fb6aCopy full SHA for a07fb6a
rxjava-contrib/rxjava-string/build.gradle
@@ -5,6 +5,7 @@ targetCompatibility = JavaVersion.VERSION_1_6
5
6
dependencies {
7
compile project(':rxjava-core')
8
+ testCompile project(":rxjava-core").sourceSets.test.output
9
provided 'junit:junit-dep:4.10'
10
provided 'org.mockito:mockito-core:1.8.5'
11
}
0 commit comments