blob: 85504c734e8e097fb293e9989e21a9c7bbd9db04 [file] [log] [blame]
pluginManagement {
repositories {
// Prefer mavenCentral as that has signed artifacts
mavenCentral()
gradlePluginPortal()
google()
}
}
if (!System.getenv("INTEGRATION").isNullOrBlank()) {
include(":integration")
}
include(":stub-annotations")