We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a66494 commit 1c2ecd1Copy full SHA for 1c2ecd1
settings.gradle.kts
@@ -26,6 +26,7 @@ pluginManagement {
26
maven("https://storage.googleapis.com/android-ci/mvn/") { metadataSources { artifact() } }
27
}
28
29
+ includeBuild("./plugins")
30
includeBuild("firebase-dataconnect/gradleplugin")
31
32
@@ -100,5 +101,3 @@ discoverSubprojects(file("subprojects.cfg")).forEach { include(":$it") }
100
101
setBuildScripts(rootProject)
102
103
rootProject.name = "com.google.firebase"
-
104
-includeBuild("./plugins")
0 commit comments