Skip to content

Commit 1c2ecd1

Browse files
committed
Update settings.gradle.kts
1 parent 9a66494 commit 1c2ecd1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

settings.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ pluginManagement {
2626
maven("https://storage.googleapis.com/android-ci/mvn/") { metadataSources { artifact() } }
2727
}
2828

29+
includeBuild("./plugins")
2930
includeBuild("firebase-dataconnect/gradleplugin")
3031
}
3132

@@ -100,5 +101,3 @@ discoverSubprojects(file("subprojects.cfg")).forEach { include(":$it") }
100101
setBuildScripts(rootProject)
101102

102103
rootProject.name = "com.google.firebase"
103-
104-
includeBuild("./plugins")

0 commit comments

Comments
 (0)