diff options
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/build.gradle b/build.gradle index 01aa775e68..35b01b4ba2 100644 --- a/build.gradle +++ b/build.gradle @@ -25,12 +25,6 @@ buildscript { } } -repositories { - maven { url "https://repository.apache.org/content/repositories/staging" } - mavenCentral() -} - - // Only add the plugin for Sonar if enabled if (project.hasProperty('enableSonar')) { println 'Enabling Sonar support' |