Browse Source

Build: remove jcenter, use gradle plugin portal as mirror where needed

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

+ 1 - 2
build.gradle

@@ -32,7 +32,6 @@ buildscript {
         maven { url 'https://plugins.gradle.org/m2/' }
         mavenCentral()
         maven { url 'https://jitpack.io' }
-        jcenter()
     }
 
     dependencies {
@@ -59,7 +58,7 @@ allprojects {
         maven { url 'https://maven.google.com' }
         mavenCentral()
         maven { url 'https://jitpack.io' }
-        jcenter()
+        gradlePluginPortal() // for jcenter mirroring, remove ASAP
     }
 }