Skip to content

Commit fa725e1

Browse files
committed
Bump Gradle to 2.12, Make explicit dependency on RxJava 1.1.3 (#149)
1 parent eb9c125 commit fa725e1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
buildscript {
22
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' }
44
}
55

66
allprojects {
7-
apply plugin: 'rxjava-project'
7+
apply plugin: 'nebula.rxjava-project'
88
}
99

1010
idea {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sat Dec 13 00:17:11 PST 2014
1+
#2016-04-14T15:43:00+0100
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
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

rxjava-reactive-streams/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description = "Adapter between RxJava and ReactiveStreams"
33
apply plugin: 'java'
44

55
dependencies {
6-
compile 'io.reactivex:rxjava:1.0.+'
6+
compile 'io.reactivex:rxjava:1.1.3'
77
compile 'org.reactivestreams:reactive-streams:1.0.0'
88
testCompile 'org.reactivestreams:reactive-streams-tck:1.0.0'
99
}

0 commit comments

Comments
 (0)