Build: Use cache-redirector.jetbrains.com to prevent connection timeouts
This commit is contained in:
@@ -8,6 +8,11 @@ pluginManagement {
|
||||
}
|
||||
gradlePluginPortal()
|
||||
}
|
||||
|
||||
if (cacheRedirectorEnabled == 'true') {
|
||||
println("cache-redirector is enabled for pluginManagement")
|
||||
JbCacheRedirectorKt.redirect(repositories)
|
||||
}
|
||||
}
|
||||
|
||||
// modules
|
||||
|
||||
Reference in New Issue
Block a user