build: remove jitpack from buildscript repos

Not needed for plugins

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

View file

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