diff options
author | Vsevolod Tolstopyatov <qwwdfsad@gmail.com> | 2023-08-07 20:23:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-07 20:23:24 +0200 |
commit | 0c21de181cdc896f63c5d534854df4d1cbf28c3a (patch) | |
tree | ddfd2992c5d411d81fe23bb916e9b8b3568f3408 /integration-tests/maven/projects/it-maven | |
parent | f7bd2ce1a5ef194643b078bd11a90fdf9b389c2b (diff) | |
download | dokka-0c21de181cdc896f63c5d534854df4d1cbf28c3a.tar.gz dokka-0c21de181cdc896f63c5d534854df4d1cbf28c3a.tar.bz2 dokka-0c21de181cdc896f63c5d534854df4d1cbf28c3a.zip |
Get rid of bintray and jcenter mentions in our buildscript (#3109)
Otherwise, our integration tests try to resolve these repositories on failures
Diffstat (limited to 'integration-tests/maven/projects/it-maven')
-rw-r--r-- | integration-tests/maven/projects/it-maven/pom.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/integration-tests/maven/projects/it-maven/pom.xml b/integration-tests/maven/projects/it-maven/pom.xml index 8a5624b7..9abfa45b 100644 --- a/integration-tests/maven/projects/it-maven/pom.xml +++ b/integration-tests/maven/projects/it-maven/pom.xml @@ -170,19 +170,6 @@ <pluginRepositories> <pluginRepository> - <id>kotlin-eap</id> - <url>https://cache-redirector.jetbrains.com/dl.bintray.com/kotlin/kotlin-eap/</url> - </pluginRepository> - <pluginRepository> - <id>kotlin-dev</id> - <url>https://cache-redirector.jetbrains.com/dl.bintray.com/kotlin/kotlin-dev/</url> - </pluginRepository> - <pluginRepository> - <id>jcenter</id> - <name>JCenter</name> - <url>https://cache-redirector.jetbrains.com/jcenter.bintray.com/</url> - </pluginRepository> - <pluginRepository> <id>Space</id> <name>Space</name> <url>https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven/</url> |