aboutsummaryrefslogtreecommitdiff
path: root/integration-tests/gradle
diff options
context:
space:
mode:
authorVsevolod Tolstopyatov <qwwdfsad@gmail.com>2023-08-07 20:23:24 +0200
committerGitHub <noreply@github.com>2023-08-07 20:23:24 +0200
commit0c21de181cdc896f63c5d534854df4d1cbf28c3a (patch)
treeddfd2992c5d411d81fe23bb916e9b8b3568f3408 /integration-tests/gradle
parentf7bd2ce1a5ef194643b078bd11a90fdf9b389c2b (diff)
downloaddokka-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/gradle')
-rw-r--r--integration-tests/gradle/projects/template.root.gradle.kts3
-rw-r--r--integration-tests/gradle/projects/template.settings.gradle.kts3
2 files changed, 0 insertions, 6 deletions
diff --git a/integration-tests/gradle/projects/template.root.gradle.kts b/integration-tests/gradle/projects/template.root.gradle.kts
index f63c28e7..8ec4f677 100644
--- a/integration-tests/gradle/projects/template.root.gradle.kts
+++ b/integration-tests/gradle/projects/template.root.gradle.kts
@@ -1,11 +1,8 @@
allprojects {
repositories {
- maven("https://cache-redirector.jetbrains.com/jcenter.bintray.com")
mavenLocal()
mavenCentral()
google()
- maven("https://cache-redirector.jetbrains.com/dl.bintray.com/kotlin/kotlin-eap")
- maven("https://cache-redirector.jetbrains.com/dl.bintray.com/kotlin/kotlin-dev")
maven("https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven") {
content {
includeGroup("org.jetbrains.kotlinx")
diff --git a/integration-tests/gradle/projects/template.settings.gradle.kts b/integration-tests/gradle/projects/template.settings.gradle.kts
index 8cb1f2d0..932be705 100644
--- a/integration-tests/gradle/projects/template.settings.gradle.kts
+++ b/integration-tests/gradle/projects/template.settings.gradle.kts
@@ -28,11 +28,8 @@ pluginManagement {
}
repositories {
mavenLocal()
- maven("https://cache-redirector.jetbrains.com/jcenter.bintray.com")
mavenCentral()
gradlePluginPortal()
google()
- maven("https://cache-redirector.jetbrains.com/dl.bintray.com/kotlin/kotlin-eap")
- maven("https://cache-redirector.jetbrains.com/dl.bintray.com/kotlin/kotlin-dev")
}
}