Skip to content

Commit bd610f0

Browse files
committed
Move the repositories to live with the rest of the common config.
1 parent 389ca61 commit bd610f0

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,8 @@ buildscript {
1010

1111
allprojects {
1212
group = "com.netflix.rxjava"
13-
1413
apply plugin: 'eclipse'
1514
apply plugin: 'idea'
16-
17-
repositories {
18-
mavenLocal()
19-
mavenCentral() // maven { url: 'http://jcenter.bintray.com' }
20-
}
2115
}
2216

2317
apply from: file('gradle/convention.gradle')

gradle/convention.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ subprojects {
88
apply plugin: 'java'
99
apply plugin: 'osgi'
1010

11+
repositories {
12+
mavenLocal()
13+
mavenCentral() // maven { url: 'http://jcenter.bintray.com' }
14+
}
15+
1116
dependencies {
1217
if (project.path != ":rxjava-core") {
1318
compile project(':rxjava-core')

0 commit comments

Comments
 (0)