Add limitation for jitpack maven repository

This commit is contained in:
Pfaffenrodt 2022-10-18 21:11:50 +02:00
parent 3179644fbc
commit 7f81ceeb7e

View File

@ -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"