summaryrefslogtreecommitdiff
path: root/integration-test/settings.gradle
diff options
context:
space:
mode:
authorLeonid Startsev <sandwwraith@users.noreply.github.com>2021-02-04 17:03:31 +0300
committerGitHub <noreply@github.com>2021-02-04 17:03:31 +0300
commit6a8dc862f28631727964ba31fdb4a9a4f68a81ae (patch)
treeb8332ac4e6fe8d448d57fd34c0d3e4cec1a5dc3d /integration-test/settings.gradle
parent94b09ebb99f2831e011dea5ca226f863a27709ef (diff)
downloadkotlinx.serialization-6a8dc862f28631727964ba31fdb4a9a4f68a81ae.tar.gz
Remove JCenter() from repositories where possible (#1322)
Diffstat (limited to 'integration-test/settings.gradle')
-rw-r--r--integration-test/settings.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/integration-test/settings.gradle b/integration-test/settings.gradle
index d207b0df..c3b65040 100644
--- a/integration-test/settings.gradle
+++ b/integration-test/settings.gradle
@@ -16,7 +16,6 @@ pluginManagement {
repositories {
mavenLocal()
mavenCentral()
- jcenter()
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' }