Add groups to mavenCentral white list

This commit is contained in:
Benoit Marty 2022-01-13 15:09:53 +01:00
parent ae8ca5356f
commit f9c5b2021d
2 changed files with 2 additions and 2 deletions

View file

@ -53,8 +53,6 @@ allprojects {
groups.jitsi.group.each { includeGroup it }
}
}
// TODO. MapTiler
mavenCentral()
google {
content {
groups.google.regex.each { includeGroupByRegex it }

View file

@ -84,6 +84,7 @@ ext.groups = [
'com.jakewharton.android.repackaged',
'com.jakewharton.timber',
'com.linkedin.dexmaker',
'com.mapbox.mapboxsdk',
'com.nulab-inc',
'com.otaliastudios.opengl',
'com.parse.bolts',
@ -159,6 +160,7 @@ ext.groups = [
'org.junit.jupiter',
'org.junit.platform',
'org.jvnet.staxex',
'org.maplibre.gl',
'org.matrix.android',
'org.mockito',
'org.mongodb',