mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-29 00:50:12 +07:00
Changed jcenter() -> gradlePluginPortal()
This commit is contained in:
parent
0eea5e2793
commit
02d3f91992
@ -62,7 +62,7 @@ dependencies {
|
||||
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
gradlePluginPortal()
|
||||
}
|
||||
|
||||
// build complains this dependency is not found otherwise
|
||||
|
@ -4,7 +4,7 @@ buildscript {
|
||||
mavenCentral()
|
||||
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
|
||||
maven { url "https://plugins.gradle.org/m2/" }
|
||||
jcenter()
|
||||
gradlePluginPortal()
|
||||
google()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user