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 a41cf14 commit c7822acCopy full SHA for c7822ac
build.gradle
@@ -7,7 +7,7 @@ plugins {
7
}
8
9
apply plugin: 'nebula.rxjava-project'
10
-
+apply plugin: 'java'
11
12
task wrapper(type: Wrapper) {
13
gradleVersion = '2.8'
@@ -18,7 +18,7 @@ sourceCompatibility = JavaVersion.VERSION_1_8
18
targetCompatibility = JavaVersion.VERSION_1_8
19
20
dependencies {
21
- compile 'io.reactivex:rxjava:2.0.+'
+ compile 'io.reactivex:rxjava:1.0.+'
22
testCompile 'junit:junit-dep:4.+'
23
testCompile 'org.mockito:mockito-core:1.8.5'
24
settings.gradle
@@ -1 +1 @@
1
-//rootProject.name='rxjavafx'
+rootProject.name='rxjavafx'
0 commit comments