Browse Source

build: remove jitpack from buildscript repos

Not needed for plugins

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

+ 0 - 1
build.gradle

@@ -31,7 +31,6 @@ buildscript {
         google()
         gradlePluginPortal()
         mavenCentral()
-        maven { url 'https://jitpack.io' }
     }
 
     dependencies {