Albirew/tachiyomi
Archivé
1
0
Bifurcation 0

Remove buildSrc module's dependency on JCenter

Cette révision appartient à :
arkon 2021-02-04 09:01:56 -05:00
Parent 13d25e0849
révision 33660de6b1
3 fichiers modifiés avec 2 ajouts et 7 suppressions

Voir le fichier

@ -303,11 +303,6 @@ buildscript {
}
}
repositories {
mavenCentral()
jcenter()
}
// Git is needed in your system PATH for these commands to work.
// If it's not installed, you can return a random value as a workaround

Voir le fichier

@ -9,9 +9,9 @@ plugins {
allprojects {
repositories {
mavenCentral()
jcenter()
google()
maven { setUrl("https://www.jitpack.io") }
jcenter()
}
}

Voir le fichier

@ -2,5 +2,5 @@ plugins {
`kotlin-dsl`
}
repositories {
jcenter()
mavenCentral()
}