File tree 4 files changed +6
-5
lines changed 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
repositories { jcenter() }
3
3
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.+ '
6
6
}
7
7
configurations. classpath. resolutionStrategy {
8
8
// The above dependency will bring in guava, which then pollutes child projects
@@ -17,6 +17,7 @@ bintrayUpload.enabled = false
17
17
def libraryModules = subprojects. findAll { it. name != ' sample-app' }
18
18
configure(libraryModules) {
19
19
apply plugin : ' rxjava-project'
20
+ apply plugin : ' java'
20
21
apply plugin : ' provided-base'
21
22
22
23
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
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =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'
2
2
3
3
include ' rxandroid'
4
4
include ' rxandroid-framework'
5
- include ' sample-app'
5
+ // include 'sample-app'
You can’t perform that action at this time.
0 commit comments