Skip to content

Commit 4ca1f3e

Browse files
author
David Motsonashvili
committed
ktfmt
1 parent 16b824f commit 4ca1f3e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,18 @@ import org.gradle.kotlin.dsl.register
4646
* - [VALIDATE_POM_TASK][registerValidatePomForReleaseTask]
4747
* - [VALIDATE_PROJECTS_TO_PUBLISH_TASK][registerValidateProjectsToPublishTask]
4848
* - [BUILD_MAVEN_ZIP_TASK] -> Creates a zip file of the contents of
49-
* [PUBLISH_RELEASING_LIBS_TO_BUILD_TASK] [registerPublishReleasingLibrariesToBuildDirTask]
49+
* [PUBLISH_RELEASING_LIBS_TO_BUILD_TASK] [registerPublishReleasingLibrariesToBuildDirTask]
5050
* - [BUILD_KOTLINDOC_ZIP_TASK] -> Creates a zip file of the contents of
51-
* [GENERATE_KOTLINDOC_FOR_RELEASE_TASK] [registerGenerateKotlindocForReleaseTask]
51+
* [GENERATE_KOTLINDOC_FOR_RELEASE_TASK] [registerGenerateKotlindocForReleaseTask]
5252
* - [BUILD_RELEASE_NOTES_ZIP_TASK] -> Creates a zip file of the contents of
53-
* [PREPARE_RELEASE_NOTES_FOR_DROP][registerPrepareReleaseNotesForDropTask]
53+
* [PREPARE_RELEASE_NOTES_FOR_DROP][registerPrepareReleaseNotesForDropTask]
5454
* - [FIREBASE_PUBLISH_TASK] -> Runs all the tasks above
5555
*
5656
* The following are additional tasks provided- that are either for convenience sake, or are used
5757
* outside of the standard [FIREBASE_PUBLISH_TASK] workflow (possibly at a later time in the release
5858
* cycle):
5959
* - [BUILD_BOM_ZIP_TASK] -> Creates a zip file of the contents of [GENERATE_BOM_TASK]
60-
* [registerGenerateBomTask]
60+
* [registerGenerateBomTask]
6161
* - [RELEASE_GENEATOR_TASK][registerGenerateReleaseConfigFilesTask]
6262
* - [PUBLISH_RELEASING_LIBS_TO_LOCAL_TASK][registerPublishReleasingLibrariesToMavenLocalTask]
6363
* - [SEMVER_CHECK_TASK][registerSemverCheckForReleaseTask]

0 commit comments

Comments
 (0)