mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Remove jcenter repo from gradle files
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
allprojects {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
mavenLocal()
|
||||
google()
|
||||
maven { url "https://jitpack.io" }
|
||||
@@ -20,7 +19,6 @@ allprojects {
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
jcenter()
|
||||
mavenLocal()
|
||||
google()
|
||||
maven {
|
||||
|
||||
Reference in New Issue
Block a user