Refactor build repositories to reduce number of unnecessary request

Setup for all projects only local, jcenter and bootstrap repositories
This commit is contained in:
Vyacheslav Gerasimov
2018-08-24 21:34:34 +03:00
parent ca5b19d0c6
commit bc544d764a
11 changed files with 84 additions and 54 deletions
+4
View File
@@ -7,6 +7,10 @@ plugins {
`java-base`
}
repositories {
maven("https://dl.bintray.com/jetbrains/markdown")
}
// Do not rename, used in JPS importer
val projectsToShadow by extra(listOf(
":plugins:annotation-based-compiler-plugins-ide-support",