diff options
Diffstat (limited to 'integration-tests/maven/projects/it-maven/pom.xml')
-rw-r--r-- | integration-tests/maven/projects/it-maven/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/integration-tests/maven/projects/it-maven/pom.xml b/integration-tests/maven/projects/it-maven/pom.xml index c6e0ef45..350701f9 100644 --- a/integration-tests/maven/projects/it-maven/pom.xml +++ b/integration-tests/maven/projects/it-maven/pom.xml @@ -147,16 +147,16 @@ <pluginRepositories> <pluginRepository> <id>kotlin-eap</id> - <url>https://dl.bintray.com/kotlin/kotlin-eap/</url> + <url>https://cache-redirector.jetbrains.com/dl.bintray.com/kotlin/kotlin-eap/</url> </pluginRepository> <pluginRepository> <id>kotlin-dev</id> - <url>https://dl.bintray.com/kotlin/kotlin-dev/</url> + <url>https://cache-redirector.jetbrains.com/dl.bintray.com/kotlin/kotlin-dev/</url> </pluginRepository> <pluginRepository> <id>jcenter</id> <name>JCenter</name> - <url>https://jcenter.bintray.com/</url> + <url>https://cache-redirector.jetbrains.com/jcenter.bintray.com/</url> </pluginRepository> </pluginRepositories> |