File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
buildSrc/src/main/java/com/google/firebase/gradle/plugins Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ abstract class PublishingPlugin : Plugin<Project> {
309
309
val missingProjects = libraryGroupProjects - releasinglibraries
310
310
if (missingProjects.isNotEmpty()) {
311
311
throw GradleException (
312
- " Some libraries in library groups are not in the release: ${missingProjects.map { it.mavenName }} "
312
+ " Some libraries in library groups are not in the release: ${missingProjects.map { it.mavenName }.joinToString( " \n " ) } "
313
313
)
314
314
}
315
315
}
@@ -491,7 +491,7 @@ abstract class PublishingPlugin : Plugin<Project> {
491
491
492
492
const val GENERATE_BOM_TASK = " generateBom"
493
493
const val VALIDATE_PROJECTS_TO_PUBLISH_TASK = " validateProjectsToPublish"
494
- const val VALIDATE_LIBRARY_GROUPS_TO_PUBLISH_TASK = " validateLGsToPublish "
494
+ const val VALIDATE_LIBRARY_GROUPS_TO_PUBLISH_TASK = " validateLibraryGroupsToPublish "
495
495
const val SEMVER_CHECK_TASK = " semverCheckForRelease"
496
496
const val RELEASE_GENEATOR_TASK = " generateReleaseConfig"
497
497
const val VALIDATE_POM_TASK = " validatePomForRelease"
You can’t perform that action at this time.
0 commit comments