Skip to content

Commit 3ccf580

Browse files
author
David Motsonashvili
committed
binary logic fail
1 parent 1c79455 commit 3ccf580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/src/main/java/com/google/firebase/gradle/plugins/CopyGoogleServicesPlugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ abstract class CopyGoogleServicesPlugin : Plugin<Project> {
4848
project.allprojects {
4949
// fixes dependencies with gradle tasks that do not properly dependOn `preBuild`
5050
tasks.configureEach {
51-
if (name !== "copyRootGoogleServices" || name!== "createRootGoogleServices") {
51+
if (name !== "copyRootGoogleServices" && name!== "createRootGoogleServices") {
5252
dependsOn(copyRootGoogleServices)
5353
}
5454
}

0 commit comments

Comments
 (0)