Build: Put local repositories to the top of repositories block

This commit is contained in:
Vyacheslav Gerasimov
2018-03-20 20:57:13 +03:00
parent 40a765819a
commit 66eaa34bdb
+3 -3
View File
@@ -285,12 +285,12 @@ allprojects {
val repos: List<String> by rootProject.extra
repositories {
intellijSdkRepo(project)
androidDxJarRepo(project)
for (repo in repos) {
maven(repo)
}
intellijSdkRepo(project)
androidDxJarRepo(project)
}
configureJvmProject(javaHome!!, jvmTarget!!)