blob: 7dc201a8c450a7c63d0486bd4de692f906f0d18e [file] [log] [blame]
pluginManagement {
repositories {
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Screen Sharing Agent"
include(":app")