mirror of
https://github.com/fromchat-messenger/app.git
synced 2026-09-22 19:15:05 +03:00
Add Maven Central mirror fallback for CI 403 errors.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -16,6 +16,8 @@ pluginManagement {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
// Fallback when repo.maven.apache.org returns 403 on GitHub-hosted runners.
|
||||||
|
maven("https://maven-central.storage-download.googleapis.com/maven2/")
|
||||||
gradlePluginPortal()
|
gradlePluginPortal()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -33,6 +35,8 @@ dependencyResolutionManagement {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
// Fallback when repo.maven.apache.org returns 403 on GitHub-hosted runners.
|
||||||
|
maven("https://maven-central.storage-download.googleapis.com/maven2/")
|
||||||
// LiveKit Android pulls com.github.davidliu:audioswitch from JitPack.
|
// LiveKit Android pulls com.github.davidliu:audioswitch from JitPack.
|
||||||
maven("https://jitpack.io")
|
maven("https://jitpack.io")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user