From 8c8aa6f6d492b6576773fd48242b87a7b4c2c1c4 Mon Sep 17 00:00:00 2001 From: Michael Bull Date: Wed, 27 Oct 2021 16:00:27 +0100 Subject: [PATCH] Remove deprecated & unused maven repositories --- build.gradle.kts | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 5406a4d..5a159a9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,8 +36,6 @@ tasks.withType { allprojects { repositories { mavenCentral() - jcenter() - maven("https://dl.bintray.com/kotlin/kotlinx") } }