mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2025-12-28 13:21:45 +00:00
Add limitation for jitpack maven repository
This commit is contained in:
parent
3179644fbc
commit
7f81ceeb7e
@ -10,7 +10,16 @@ dependencyResolutionManagement {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
maven { url "https://jitpack.io" }
|
||||
exclusiveContent {
|
||||
forRepository {
|
||||
maven { url "https://jitpack.io" }
|
||||
}
|
||||
filter {
|
||||
// limit jitpack repository to these groups
|
||||
includeGroup "com.github.yalantis"
|
||||
includeGroup "com.github.invissvenska"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rootProject.name = "Catima"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user