blob: 0c8d46fe93d5ef1f1b7df5fa1059b0b42e127cf9 [file] [log] [blame]
buildscript {
repositories {
<warning>jcenter {
content {
excludeGroupByRegex("^my\\.company.*")
}
}</warning>
}
}