build: remove sonatype repo

Unused

Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
This commit is contained in:
Álvaro Brey 2022-05-18 13:31:45 +02:00
parent a0a5bcfe1a
commit 07be1f677d
No known key found for this signature in database
GPG key ID: 2585783189A62105

View file

@ -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