Skip to content

Commit f90df02

Browse files
committed
build attempt 2016-01-02
1 parent b550615 commit f90df02

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

build.gradle

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
apply plugin: 'java'
2-
3-
repositories {
4-
mavenCentral()
1+
buildscript {
2+
repositories { jcenter() }
3+
dependencies { classpath 'com.netflix.nebula:gradle-rxjava-project-plugin:2.2.+' }
54
}
65

6+
apply plugin: 'rxjava-project'
7+
8+
sourceCompatibility = JavaVersion.VERSION_1_8
9+
targetCompatibility = JavaVersion.VERSION_1_8
10+
711
dependencies {
8-
compile 'io.reactivex:rxjava:1.0.11'
9-
testCompile 'junit:junit-dep:4.10'
10-
testCompile 'org.mockito:mockito-core:1.8.5'
12+
compile 'io.reactivex:rxjava:2.0.+'
13+
testCompile 'junit:junit-dep:4.+'
14+
testCompile 'org.mockito:mockito-core:1.8.5+
1115
}
1216
13-
jar {
14-
from configurations.compile.collect { entry -> zipTree(entry) }
15-
}
17+

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=http\://services.gradle.org/distributions/gradle-1.12-all.zip
6+
distributionUrl=http\://services.gradle.org/distributions/gradle-2.9-all.zip

0 commit comments

Comments
 (0)