Skip to content

Commit ba80d36

Browse files
Merge pull request ReactiveX#118 from ReactiveX/nebula-plugin-upgrade
Upgrade Nebula Plugin and Gradle
2 parents 0240c12 + a1c2dca commit ba80d36

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
buildscript {
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
1717
def libraryModules = subprojects.findAll { it.name != 'sample-app' }
1818
configure(libraryModules) {
1919
apply plugin: 'rxjava-project'
20+
apply plugin: 'java'
2021
apply plugin: 'provided-base'
2122

2223
dependencies {

gradle/wrapper/gradle-wrapper.jar

-330 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Oct 22 12:19:29 CEST 2014
1+
#Sat Dec 13 00:15:28 PST 2014
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
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

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ rootProject.name='rxandroid-root'
22

33
include 'rxandroid'
44
include 'rxandroid-framework'
5-
include 'sample-app'
5+
//include 'sample-app'

0 commit comments

Comments
 (0)