9 lines
252 B
Groovy
9 lines
252 B
Groovy
repositories {
|
|
maven {
|
|
url "https://gitee.com/minglipro/maven-repository-raw/src/branch/master/raw/master"
|
|
content {
|
|
includeGroup "com.mingliqiye"
|
|
includeGroupByRegex "com\\.mingliqiye\\..*"
|
|
}
|
|
}
|
|
} |