File tree Expand file tree Collapse file tree 2 files changed +13
-11
lines changed
Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 1- apply plugin : ' java'
2-
3- repositories {
4- mavenCentral()
1+ buildscript {
2+ repositories { jcenter() }
3+ dependencies { classpath ' com.netflix.nebula:gradle-rxjava-project-plugin:2.2.+' }
54}
65
6+ apply plugin : ' rxjava-project'
7+
8+ sourceCompatibility = JavaVersion . VERSION_1_8
9+ targetCompatibility = JavaVersion . VERSION_1_8
10+
711dependencies {
8- compile ' io.reactivex:rxjava:1 .0.11 '
9- testCompile ' junit:junit-dep:4.10 '
10- testCompile ' org.mockito:mockito-core:1.8.5'
12+ compile ' io.reactivex:rxjava:2 .0.+ '
13+ testCompile ' junit:junit-dep:4.+ '
14+ testCompile ' org.mockito:mockito-core:1.8.5+
1115}
1216
13- jar {
14- from configurations. compile. collect { entry -> zipTree(entry) }
15- }
17+
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =http\://services.gradle.org/distributions/gradle-1.12 -all.zip
6+ distributionUrl =http\://services.gradle.org/distributions/gradle-2.9 -all.zip
You can’t perform that action at this time.
0 commit comments