Skip to content

Instantly share code, notes, and snippets.

@azazellj
Last active May 27, 2024 20:45
Show Gist options
  • Save azazellj/c80261378e7d9347cce74df14b207a81 to your computer and use it in GitHub Desktop.
Save azazellj/c80261378e7d9347cce74df14b207a81 to your computer and use it in GitHub Desktop.
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositories {
google()
mavenCentral()
}
}
include(":plugins")
rootProject.name = "build-logic"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment