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 6f9e3a0 commit 84339e0Copy full SHA for 84339e0
build.gradle
@@ -2,12 +2,12 @@
2
ext.githubProjectName = rootProject.name // Change if github project name is not the same as the root project's name
3
4
buildscript {
5
- repositories { mavenCentral() }
+ repositories { mavenRepo url: 'http://jcenter.bintray.com' }
6
apply from: file('gradle/buildscript.gradle'), to: buildscript
7
}
8
9
allprojects {
10
11
12
13
apply from: file('gradle/convention.gradle')
0 commit comments