Skip to content

Commit

Permalink
Move maven local repo to the last position
Browse files Browse the repository at this point in the history
  • Loading branch information
ASalavei committed Dec 7, 2023
1 parent a241a77 commit 21d545e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/repos.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def addMavenRepositories(RepositoryHandler handler) {
def isJBFork = true
if (isJBFork) {
handler.mavenCentral()
handler.mavenLocal()
handler.google()
handler.gradlePluginPortal()
handler.maven {
Expand All @@ -76,6 +75,7 @@ def addMavenRepositories(RepositoryHandler handler) {
includeModule("com.android.tools", "r8")
}
}
handler.mavenLocal()
}
// Ordering appears to be important: b/229733266
def androidPluginRepoOverride = System.getenv("GRADLE_PLUGIN_REPO")
Expand Down

0 comments on commit 21d545e

Please sign in to comment.