Skip to content

Commit

Permalink
Fix project repository config
Browse files Browse the repository at this point in the history
Revert to the default PREFER_PROJECT mode. Projects will look for
repositories in their build scripts & ignore `settings.gradle.kts`

Fixes #25
  • Loading branch information
etonotieno committed Oct 8, 2023
1 parent 8ed92d1 commit f13292f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ pluginManagement {
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
Expand Down

0 comments on commit f13292f

Please sign in to comment.