mirror of
https://github.com/jellyfin/jellyfin-sdk-kotlin.git
synced 2024-11-23 05:49:59 +00:00
Remove jcenter repository
This commit is contained in:
parent
5bcd0a4558
commit
cd11ead861
@ -3,5 +3,5 @@ plugins {
|
||||
}
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
}
|
||||
|
@ -3,7 +3,6 @@ import org.gradle.api.artifacts.dsl.RepositoryHandler
|
||||
fun RepositoryHandler.defaultRepositories() {
|
||||
google()
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
}
|
||||
|
||||
object Plugins {
|
||||
|
Loading…
Reference in New Issue
Block a user