Skip to content

Commit 913e666

Browse files
author
David Motsonashvili
committed
ktfmt + human intervention + comment input
1 parent 2f81a92 commit 913e666

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,8 @@ abstract class PublishingPlugin : Plugin<Project> {
309309
val missingProjects = libraryGroupProjects - releasinglibraries
310310
if (missingProjects.isNotEmpty()) {
311311
throw GradleException(
312-
"Some libraries in library groups are not in the release: ${missingProjects.map { it.mavenName }.joinToString("\n")}"
312+
"Some libraries in library groups are not in the release: " +
313+
missingProjects.map { it.mavenName }.joinToString("\n")
313314
)
314315
}
315316
}

0 commit comments

Comments
 (0)