blob: 9fad297b4163d8f69e8236d3e3028fcf052f08ea [file] [log] [blame]
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "My Application5"
include(":mylibrary")