Skip to content

Commit 16e04b7

Browse files
committed
Adjust plugin name
1 parent 8ce97b0 commit 16e04b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ gradlePlugin {
116116
}
117117
register("testReportPlugin") {
118118
id = "test-report"
119-
implementationClass = "com.google.firebase.gradle.plugins.report.UnitTestReportPlugin"
119+
implementationClass = "com.google.firebase.gradle.plugins.report.TestReportPlugin"
120120
}
121121
}
122122
}

0 commit comments

Comments
 (0)