Skip to content

Commit c7822ac

Browse files
committed
success?
1 parent a41cf14 commit c7822ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
apply plugin: 'nebula.rxjava-project'
10-
10+
apply plugin: 'java'
1111

1212
task wrapper(type: Wrapper) {
1313
gradleVersion = '2.8'
@@ -18,7 +18,7 @@ sourceCompatibility = JavaVersion.VERSION_1_8
1818
targetCompatibility = JavaVersion.VERSION_1_8
1919

2020
dependencies {
21-
compile 'io.reactivex:rxjava:2.0.+'
21+
compile 'io.reactivex:rxjava:1.0.+'
2222
testCompile 'junit:junit-dep:4.+'
2323
testCompile 'org.mockito:mockito-core:1.8.5'
2424
}

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
//rootProject.name='rxjavafx'
1+
rootProject.name='rxjavafx'

0 commit comments

Comments
 (0)