We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 389ca61 commit bd610f0Copy full SHA for bd610f0
build.gradle
@@ -10,14 +10,8 @@ buildscript {
10
11
allprojects {
12
group = "com.netflix.rxjava"
13
-
14
apply plugin: 'eclipse'
15
apply plugin: 'idea'
16
17
- repositories {
18
- mavenLocal()
19
- mavenCentral() // maven { url: 'http://jcenter.bintray.com' }
20
- }
21
}
22
23
apply from: file('gradle/convention.gradle')
gradle/convention.gradle
@@ -8,6 +8,11 @@ subprojects {
8
apply plugin: 'java'
9
apply plugin: 'osgi'
+ repositories {
+ mavenLocal()
+ mavenCentral() // maven { url: 'http://jcenter.bintray.com' }
+ }
+
dependencies {
if (project.path != ":rxjava-core") {
compile project(':rxjava-core')
0 commit comments