Skip to content

Commit

Permalink
Decrease maven local repo priority to fix CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ASalavei committed Dec 7, 2023
1 parent 281be05 commit a241a77
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 @@ -59,8 +59,8 @@ def addMavenRepositories(RepositoryHandler handler) {
}
def isJBFork = true
if (isJBFork) {
handler.mavenLocal()
handler.mavenCentral()
handler.mavenLocal()
handler.google()
handler.gradlePluginPortal()
handler.maven {
Expand Down

0 comments on commit a241a77

Please sign in to comment.