Skip to content

Commit

Permalink
Reorder repositories to avoid hitting google by default
Browse files Browse the repository at this point in the history
  • Loading branch information
fibelatti committed Jul 29, 2023
1 parent 21b1ca1 commit c1aa91b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ include(":ui")

pluginManagement {
repositories {
google()
mavenCentral()
google()
gradlePluginPortal()
}
}

dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
google()
}
}

0 comments on commit c1aa91b

Please sign in to comment.