diff options
author | sebastian.sellmair <sebastian.sellmair@jetbrains.com> | 2020-07-30 14:37:46 +0200 |
---|---|---|
committer | Sebastian Sellmair <34319766+sellmair@users.noreply.github.com> | 2020-07-30 14:55:16 +0200 |
commit | 5ec2880654dff7547a8671310d66beae517fa932 (patch) | |
tree | c1d0dfc98a864475835d57a3c1136aba23393645 /integration-tests | |
parent | ba4e7e2a258bbef281039ed3829b23a657225d27 (diff) | |
download | dokka-5ec2880654dff7547a8671310d66beae517fa932.tar.gz dokka-5ec2880654dff7547a8671310d66beae517fa932.tar.bz2 dokka-5ec2880654dff7547a8671310d66beae517fa932.zip |
Use `cache-redirector` repositories for Maven integration tests
Diffstat (limited to 'integration-tests')
-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> |