Restrict jitpack dependencies to com.github.*

This commit is contained in:
José Rebelo
2026-03-08 22:43:13 +00:00
parent 98fe5caaa4
commit 680026d7a4
+3
View File
@@ -24,6 +24,9 @@ allprojects {
mavenCentral()
maven {
url = 'https://jitpack.io'
content {
includeGroupByRegex "com\\.github\\..*"
}
}
google()
}