mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-04-03 15:22:11 -04:00
Merge pull request #1097 from pfaffenrodt/feature/security-maven-repos
Add limitation for jitpack maven repository
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user