Convert settings to a declarative file format

pull/1445/head
Sterling Greene 1 year ago
parent 62a20b56a7
commit 5a83cdb4f4

@ -29,7 +29,8 @@ plugins {
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
// TODO: Enum properties are not supported in Declarative DSL right now
// repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
Loading…
Cancel
Save