Remove not required jcenter repository

This commit is contained in:
davidoskky 2023-09-11 20:50:07 +02:00
parent d26f3979cd
commit bd6b96d09d

View File

@ -20,7 +20,6 @@ allprojects {
// maven { url = uri("https://nexus.amine-louveau.fr/repository/maven-public/")}
google()
mavenCentral()
jcenter()
maven { url = uri("https://www.jitpack.io") }
}
}