Browse Source

build: remove sonatype repo

Unused

Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
Álvaro Brey 2 years ago
parent
commit
07be1f677d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      build.gradle

+ 0 - 1
build.gradle

@@ -54,7 +54,6 @@ configurations.all {
 allprojects {
     repositories {
         google()
-        maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
         mavenCentral()
         maven { url 'https://jitpack.io' }
         gradlePluginPortal() // for jcenter mirroring, remove ASAP