Skip to content

Commit

Permalink
Change to PREFER_PROJECT
Browse files Browse the repository at this point in the history
  • Loading branch information
soygabimoreno committed Sep 25, 2023
1 parent 1485663 commit 86450ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pluginManagement {
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositoriesMode.set(RepositoriesMode.PREFER_PROJECT)
repositories {
google()
mavenCentral()
Expand Down

0 comments on commit 86450ba

Please sign in to comment.