diff --git a/build.gradle b/build.gradle index a8e7e17f71..a64e02e2a1 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ plugins { repositories { mavenCentral() - maven { url 'https://repository.apache.org/content/repositories/staging' } + // maven { url 'https://repository.apache.org/content/repositories/staging' } } // Only add the plugin for Sonar if enabled @@ -178,7 +178,7 @@ subprojects { repositories { mavenCentral() - maven { url 'https://repository.apache.org/content/repositories/staging' } + // maven { url 'https://repository.apache.org/content/repositories/staging' } } dependencies {