27 lines
749 B
Kotlin
27 lines
749 B
Kotlin
pluginManagement {
|
|
repositories {
|
|
maven {
|
|
url = uri("https://maven.lanyuanxiaoyao.com/central")
|
|
credentials {
|
|
username = "lanyuanxiaoyao"
|
|
password = "cL9AFT6VkNlrK8TyYI43RSW8OhtTYzg6GPc1bXzBmnsXeU9T/X6S0q//K5TDZF1g"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
maven {
|
|
url = uri("https://maven.lanyuanxiaoyao.com/central")
|
|
credentials {
|
|
username = "lanyuanxiaoyao"
|
|
password = "cL9AFT6VkNlrK8TyYI43RSW8OhtTYzg6GPc1bXzBmnsXeU9T/X6S0q//K5TDZF1g"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
rootProject.name = "digital-market"
|