Skip to content

Commit 1c79455

Browse files
author
David Motsonashvili
committed
add log
1 parent afa4c41 commit 1c79455

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ abstract class CopyGoogleServicesPlugin : Plugin<Project> {
7070
project: Project,
7171
path: String
7272
) = project.tasks.register("createRootGoogleServices") {
73+
println("Google services file not found, using fallback")
7374
File(path).writeText("""
7475
{
7576
"project_info": {

0 commit comments

Comments
 (0)