File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11buildscript {
22 repositories { jcenter() }
33 dependencies {
4- classpath ' com.netflix.nebula:gradle-rxjava-project-plugin:1.12.13 '
5- classpath ' com.netflix.nebula:gradle-extra-configurations-plugin:1.12.3 '
4+ classpath ' com.netflix.nebula:gradle-rxjava-project-plugin:2.+ '
5+ classpath ' com.netflix.nebula:gradle-extra-configurations-plugin:2.+ '
66 }
77 configurations. classpath. resolutionStrategy {
88 // The above dependency will bring in guava, which then pollutes child projects
@@ -17,6 +17,7 @@ bintrayUpload.enabled = false
1717def libraryModules = subprojects. findAll { it. name != ' sample-app' }
1818configure(libraryModules) {
1919 apply plugin : ' rxjava-project'
20+ apply plugin : ' java'
2021 apply plugin : ' provided-base'
2122
2223 dependencies {
Original file line number Diff line number Diff line change 1- # Wed Oct 22 12:19:29 CEST 2014
1+ # Sat Dec 13 00:15:28 PST 2014
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-1.12 -bin.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.2.1 -bin.zip
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ rootProject.name='rxandroid-root'
22
33include ' rxandroid'
44include ' rxandroid-framework'
5- include ' sample-app'
5+ // include 'sample-app'
You can’t perform that action at this time.
0 commit comments