diff --git a/build.gradle.kts b/build.gradle.kts index 84cfc1a70..c29799ade 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,6 @@ apply { allprojects { repositories { google() - jcenter() mavenCentral() maven(url = "https://plugins.gradle.org/m2/") maven(url = "https://oss.sonatype.org/content/repositories/snapshots/") diff --git a/settings.gradle.kts b/settings.gradle.kts index 82351e167..67dcdf9bd 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,7 +1,6 @@ pluginManagement { repositories { gradlePluginPortal() - jcenter() google() } resolutionStrategy.eachPlugin {