Skip to content

Commit a80848a

Browse files
author
Takeshi SASAKI
committed
Fix failure of build script.
Specify version of gradle-rxjava-project-plugin explicitly.
1 parent 741dd58 commit a80848a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ jdk:
66
android:
77
components:
88
- android-20
9+
- build-tools-20.0.0
910

1011
script: "./gradlew build"

build.gradle

Lines changed: 2 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.+'
5-
classpath 'com.netflix.nebula:gradle-extra-configurations-plugin:1.12.+'
4+
classpath 'com.netflix.nebula:gradle-rxjava-project-plugin:1.12.13'
5+
classpath 'com.netflix.nebula:gradle-extra-configurations-plugin:1.12.3'
66
}
77
configurations.classpath.resolutionStrategy {
88
// The above dependency will bring in guava, which then pollutes child projects

0 commit comments

Comments
 (0)