File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1- buildscript {
2- repositories { jcenter() }
3- dependencies { classpath ' com.netflix.nebula:gradle-rxjava-project-plugin:2.2.3' }
1+ plugins {
2+ id ' nebula.rxjava-project' version ' 3.0.0'
43}
54
6- apply plugin : ' rxjava-project'
5+
6+ task wrapper (type : Wrapper ) {
7+ gradleVersion = ' 2.8'
8+ distributionUrl = ' https://services.gradle.org/distributions/gradle-2.8-all.zip'
9+ }
710
811sourceCompatibility = JavaVersion . VERSION_1_8
912targetCompatibility = JavaVersion . VERSION_1_8
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-2.9 -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