summaryrefslogtreecommitdiff
path: root/integration-test/settings.gradle
diff options
context:
space:
mode:
authorVsevolod Tolstopyatov <qwwdfsad@gmail.com>2021-03-17 15:00:40 +0300
committerGitHub <noreply@github.com>2021-03-17 15:00:40 +0300
commit6d2e5cfe173695647c359df307e4da9a280ff2e9 (patch)
tree7583b6dac6d1edcab0f833641f73bfdd78fd3729 /integration-test/settings.gradle
parent6e74f93ce1be36d050138534ae28582db6d4ef49 (diff)
downloadkotlinx.serialization-6d2e5cfe173695647c359df307e4da9a280ff2e9.tar.gz
Get rid of Bintray leftovers (#1378)
Diffstat (limited to 'integration-test/settings.gradle')
-rw-r--r--integration-test/settings.gradle4
1 files changed, 0 insertions, 4 deletions
diff --git a/integration-test/settings.gradle b/integration-test/settings.gradle
index c3b65040..91f22958 100644
--- a/integration-test/settings.gradle
+++ b/integration-test/settings.gradle
@@ -14,11 +14,7 @@ pluginManagement {
}
repositories {
- mavenLocal()
mavenCentral()
- maven { url "https://cache-redirector.jetbrains.com/maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" }
- maven { url 'https://dl.bintray.com/kotlin/kotlin-dev' }
- maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
maven { url 'https://plugins.gradle.org/m2/' }
}
}