You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
373 B
14 lines
373 B
|
1 year ago
|
dependencyResolutionManagement {
|
||
|
|
repositoriesMode.set(RepositoriesMode.PREFER_PROJECT)
|
||
|
|
repositories {
|
||
|
|
mavenLocal()
|
||
|
|
maven(url = "https://maven.anypoint.tv/repository/public") {
|
||
|
|
credentials {
|
||
|
|
username = "dev.anypointmedia"
|
||
|
|
password = "*emflaj*"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
rootProject.name = "consumer"
|