Étape 1 : Repository
Gestion des résolutions des dépendances
Déclaration du repository
repositories {
...
maven {
url "https://artifactory.datalf.chat/artifactory/app-consent-v2-release"
}
}dependencyResolutionManagement {
...
repositories {
...
maven {
url = uri("https://artifactory.datalf.chat/artifactory/app-consent-v2-release")
}
}
}dependencyResolutionManagement {
...
repositories {
...
maven {
url "https://artifactory.datalf.chat/artifactory/app-consent-v2-release"
}
}
}Mis à jour