File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
buildSrc/src/main/java/com/google/firebase/gradle/plugins Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ abstract class PublishingPlugin : Plugin<Project> {
175175 }
176176
177177 /* *
178- * Figures out the [ReleaseMetadata] for with this release.
178+ * Figures out the [ReleaseMetadata] for this release.
179179 *
180180 * Metadata can be provided either via the project properties or a [ReleaseConfig] file.
181181 *
@@ -298,7 +298,7 @@ abstract class PublishingPlugin : Plugin<Project> {
298298 *
299299 * A collection of [PomValidator] for each releasing project.
300300 *
301- * Ensures that pom dependencies are not accidently downgraded.
301+ * Ensures that pom dependencies are not accidentally downgraded.
302302 */
303303 private fun registerValidatePomForReleaseTask (
304304 project : Project ,
@@ -608,7 +608,7 @@ abstract class PublishingPlugin : Plugin<Project> {
608608 *
609609 * @property releasingLibraries A list of libraries that should be released
610610 * @property name The name of the release (such as `m123`)
611- * @see computeReleaseMetadata
611+ * @see PublishingPlugin. computeReleaseMetadata
612612 */
613613data class ReleaseMetadata (
614614 val releasingLibraries : List <FirebaseLibraryExtension >,
You can’t perform that action at this time.
0 commit comments