mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Restrict jitpack dependencies to com.github.*
This commit is contained in:
@@ -24,6 +24,9 @@ allprojects {
|
||||
mavenCentral()
|
||||
maven {
|
||||
url = 'https://jitpack.io'
|
||||
content {
|
||||
includeGroupByRegex "com\\.github\\..*"
|
||||
}
|
||||
}
|
||||
google()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user