Skip to content

Commit e63b572

Browse files
committed
bring back nebula to see if it resolves deployment issue
1 parent d033906 commit e63b572

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

build.gradle

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
repositories {
2-
mavenCentral()
1+
buildscript {
2+
repositories { jcenter() }
33
}
44

5+
plugins {
6+
id 'nebula.rxjava-project' version '3.0.0'
7+
}
58
apply plugin: 'java'
69

710
task wrapper(type: Wrapper) {
@@ -13,7 +16,7 @@ sourceCompatibility = JavaVersion.VERSION_1_8
1316
targetCompatibility = JavaVersion.VERSION_1_8
1417

1518
dependencies {
16-
compile 'io.reactivex.rxjava2:rxjava:2.0.+'
19+
compile 'io.reactivex.rxjava2:rxjava:2.0.6'
1720
testCompile 'junit:junit-dep:4.+'
1821
testCompile 'org.mockito:mockito-core:1.8.5'
1922
}

0 commit comments

Comments
 (0)