mirror of
https://github.com/Michatec/Radio.git
synced 2026-06-03 07:30:28 +02:00
chore(build): add Gradle Plugin Portal to repository list
Include `gradlePluginPortal()` in the `dependencyResolutionManagement` repositories block within `settings.gradle.kts`. This ensures dependencies can be resolved from the official Gradle plugin repository.
This commit is contained in:
@@ -13,6 +13,7 @@ dependencyResolutionManagement {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
maven { url = uri("https://jitpack.io") }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user