Skip to content

Commit

Permalink
Fix fixture repositories.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Nov 29, 2023
1 parent ebb2345 commit 5535426
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ fun settingsFileContent(
) = """
dependencyResolutionManagement {
repositories {
mavenCentral()
google()
}
}
pluginManagement {
repositories {
mavenCentral()
google()
}
}
Expand Down

0 comments on commit 5535426

Please sign in to comment.