Skip to content

Commit

Permalink
Update settings.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
daymxn committed Dec 18, 2024
1 parent 9a66494 commit 1c2ecd1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ pluginManagement {
maven("https://storage.googleapis.com/android-ci/mvn/") { metadataSources { artifact() } }
}

includeBuild("./plugins")
includeBuild("firebase-dataconnect/gradleplugin")
}

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

rootProject.name = "com.google.firebase"

includeBuild("./plugins")

0 comments on commit 1c2ecd1

Please sign in to comment.