custom repos upd

This commit is contained in:
Yuriy Liskov
2025-07-08 00:55:48 +03:00
parent ccd2ee614b
commit fdb222d88b
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ allprojects {
// IntelliJ 'Read timed out' (error 403)
// https://stackoverflow.com/questions/74258160/is-jcenter-down-permanently-31-oct
//jcenter()
gradle.ext.customRepoBlock(delegate)
customRepoBlock(delegate)
}
configurations.all {
// WorkManager conflict resolution
+2 -2
View File
@@ -1,3 +1,3 @@
gradle.ext.customRepoBlock = {
ext.customRepoBlock = { repoHandler ->
}