mirror of
https://github.com/null2264/yokai.git
synced 2025-06-20 18:24:42 +00:00
replace jcenter with mavenCentral
This commit is contained in:
parent
54f002d5b2
commit
94a1daa135
3 changed files with 3 additions and 3 deletions
|
@ -35,7 +35,7 @@ buildscript {
|
|||
repositories {
|
||||
gradlePluginPortal()
|
||||
google()
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -2,5 +2,5 @@ plugins {
|
|||
`kotlin-dsl`
|
||||
}
|
||||
repositories {
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
google()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue