Skip to content

Commit

Permalink
[conf] Switch order of Maven repositories
Browse files Browse the repository at this point in the history
With this change, mavenCentral is going to be preferred to the local Maven repository.

This works around an issue where Gradle fails to find the jxmpp-jid test artifact.
  • Loading branch information
guusdk committed Nov 6, 2024
1 parent 7ca5fb1 commit 1f85a4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ ext {
}

repositories {
mavenLocal()
mavenCentral()
mavenLocal()
}

def getAndroidRuntimeJar() {
Expand Down

0 comments on commit 1f85a4d

Please sign in to comment.