File tree Expand file tree Collapse file tree 2 files changed +15
-6
lines changed
Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 11buildscript {
2- repositories { jcenter() }
3- dependencies { classpath ' com.netflix.nebula:gradle-rxjava-project-plugin:1.12.+' }
2+ repositories { jcenter() }
43}
54
6- apply plugin : ' rxjava-project'
5+ plugins {
6+ id ' nebula.rxjava-project' version ' 3.0.0'
7+ }
8+
9+ apply plugin : ' nebula.rxjava-project'
10+ apply plugin : ' java'
11+
12+ task wrapper (type : Wrapper ) {
13+ gradleVersion = ' 2.8'
14+ distributionUrl = ' https://services.gradle.org/distributions/gradle-2.8-all.zip'
15+ }
716
817sourceCompatibility = JavaVersion . VERSION_1_8
918targetCompatibility = JavaVersion . VERSION_1_8
1019
1120dependencies {
12- compile ' io.reactivex:rxjava:1.0.0 '
13- testCompile ' junit:junit-dep:4.10 '
21+ compile ' io.reactivex:rxjava:1.0.+ '
22+ testCompile ' junit:junit-dep:4.+ '
1423 testCompile ' org.mockito:mockito-core:1.8.5'
1524}
1625
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.8 -all.zip
You can’t perform that action at this time.
0 commit comments