Skip to content

Commit 82e5fcc

Browse files
committed
chore: change gradle repo order
Looking through renovate runner logs I noticed renovate tries to resolve every single dependency from jitpack first which will obviously fail. I hope this resolves this regression.
1 parent 7e721df commit 82e5fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ allprojects {
2323
}
2424

2525
repositories {
26-
maven { url = uri("https://jitpack.io") }
2726
mavenCentral()
27+
maven { url = uri("https://jitpack.io") }
2828
}
2929
}
3030

0 commit comments

Comments
 (0)