Skip to content

Commit c112de6

Browse files
committed
Update function name at calling site.
1 parent e9b6fb6 commit c112de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/java/com/google/firebase/gradle/plugins/PublishingPlugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ abstract class PublishingPlugin : Plugin<Project> {
106106
registerSemverCheckForReleaseTask(project, releasingProjects)
107107
registerPublishAllToBuildDir(project, allFirebaseLibraries)
108108
registerPostReleasePlugin(releasingProjects)
109-
registerLibraryGroupsTaks(project, libraryGroups)
109+
registerLibraryGroupsTask(project, libraryGroups)
110110

111111
val buildMavenZip =
112112
project.tasks.register<Zip>(BUILD_MAVEN_ZIP_TASK) {

0 commit comments

Comments
 (0)