[build] replace direct urls with cached ones

This commit is contained in:
Vasily Levchenko
2018-07-06 17:38:44 +03:00
parent 009deaa2e6
commit 2e4cd70f1a
13 changed files with 38 additions and 18 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
buildscript {
repositories {
mavenCentral()
maven {
url 'https://cache-redirector.jetbrains.com/maven-central'
}
maven {
url kotlinCompilerRepo
}