Skip to content

Commit

Permalink
[repositories] Use a cache redirected url for the intellij repository
Browse files Browse the repository at this point in the history
  • Loading branch information
vasilmkd committed Jun 27, 2024
1 parent dee2d51 commit d10970a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object IntellijRepositories {
log.warn(s"[$LoggerName] Using non-default IntelliJ repository URL: $urlFormEnv")
urlFormEnv
} else {
"https://www.jetbrains.com/intellij-repository"
"https://cache-redirector.jetbrains.com/intellij-repository"
}
}

Expand Down

0 comments on commit d10970a

Please sign in to comment.