Skip to content

Commit e4239b5

Browse files
Merge pull request #1968 from ReactiveX/bump-to-2.2
Upgrade to Gradle 2.2
2 parents 8359f03 + 09ae28b commit e4239b5

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
buildscript {
22
repositories { jcenter() }
3-
dependencies { classpath 'com.netflix.nebula:gradle-rxjava-project-plugin:1.12.+' }
3+
dependencies { classpath 'com.netflix.nebula:gradle-rxjava-project-plugin:2.+' }
44
}
55

66
description = 'RxJava: Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.'
77

88
apply plugin: 'rxjava-project'
9+
apply plugin: 'java'
910

1011
dependencies {
1112
testCompile 'junit:junit-dep:4.10'

gradle/wrapper/gradle-wrapper.jar

1.12 KB
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Feb 05 12:05:54 CET 2014
1+
#Sat Dec 13 00:15:28 PST 2014
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=http\://services.gradle.org/distributions/gradle-1.12-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-bin.zip

0 commit comments

Comments
 (0)