Build: Configure cache-redirector in allprojects block

This commit is contained in:
Vyacheslav Gerasimov
2018-11-29 20:47:24 +03:00
parent 3ee8cae48d
commit a112bebf78
10 changed files with 19 additions and 10 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ plugins {
id("jps-compatible")
}
repositories.withRedirector(project) {
repositories {
maven("https://dl.bintray.com/kotlin/kotlinx")
}