Use version 0.6.3 of Metro, with the bugfix we need
This commit is contained in:
parent
29a97fc0d9
commit
6027651d85
4 changed files with 5 additions and 9 deletions
|
|
@ -9,8 +9,7 @@ import java.net.URI
|
|||
|
||||
pluginManagement {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
includeBuild("plugins")
|
||||
includeBuild("plugins")
|
||||
gradlePluginPortal()
|
||||
google()
|
||||
mavenCentral()
|
||||
|
|
@ -19,8 +18,7 @@ pluginManagement {
|
|||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
mavenLocal()
|
||||
google()
|
||||
google()
|
||||
mavenCentral()
|
||||
maven {
|
||||
url = URI("https://www.jitpack.io")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue