Skip to content

Commit 84339e0

Browse files
author
Justin Ryan
committed
Switching to bintray for dependencies (same as Maven Central)
1 parent 6f9e3a0 commit 84339e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
ext.githubProjectName = rootProject.name // Change if github project name is not the same as the root project's name
33

44
buildscript {
5-
repositories { mavenCentral() }
5+
repositories { mavenRepo url: 'http://jcenter.bintray.com' }
66
apply from: file('gradle/buildscript.gradle'), to: buildscript
77
}
88

99
allprojects {
10-
repositories { mavenCentral() }
10+
repositories { mavenRepo url: 'http://jcenter.bintray.com' }
1111
}
1212

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

0 commit comments

Comments
 (0)