File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
repositories { jcenter() }
3
- dependencies { classpath ' com.netflix.nebula:gradle-rxjava-project-plugin:2.+ ' }
3
+ dependencies { classpath ' com.netflix.nebula:gradle-rxjava-project-plugin:4.0.0 ' }
4
4
}
5
5
6
6
allprojects {
7
- apply plugin : ' rxjava-project'
7
+ apply plugin : ' nebula. rxjava-project'
8
8
}
9
9
10
10
idea {
Original file line number Diff line number Diff line change 1
- # Sat Dec 13 00:17:11 PST 2014
1
+ # 2016-04-14T15:43:00+0100
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-2.2.1 -bin.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.12 -bin.zip
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description = "Adapter between RxJava and ReactiveStreams"
3
3
apply plugin : ' java'
4
4
5
5
dependencies {
6
- compile ' io.reactivex:rxjava:1.0.+ '
6
+ compile ' io.reactivex:rxjava:1.1.3 '
7
7
compile ' org.reactivestreams:reactive-streams:1.0.0'
8
8
testCompile ' org.reactivestreams:reactive-streams-tck:1.0.0'
9
9
}
You can’t perform that action at this time.
0 commit comments