Skip to content

Instantly share code, notes, and snippets.

@odhiambo123
Created September 6, 2022 18:44
Show Gist options
  • Save odhiambo123/8367ce8e25d5d58e6a4b6f130663cb97 to your computer and use it in GitHub Desktop.
Save odhiambo123/8367ce8e25d5d58e6a4b6f130663cb97 to your computer and use it in GitHub Desktop.
project level gradle
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "BestShows"
include ':app'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment