Skip to content

Commit 3fb89b4

Browse files
author
David Motsonashvili
committed
remove old check
1 parent 0840f97 commit 3fb89b4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -290,15 +290,6 @@ abstract class PublishingPlugin : Plugin<Project> {
290290
"or have a valid $RELEASE_CONFIG_FILE file at the root directory."
291291
)
292292
}
293-
val libraryGroupProjects =
294-
releasinglibraries.flatMap { it.projectsToRelease }.filterNotNull().toSet()
295-
val releasingProjects = releasinglibraries.mapNotNull { it.project }.toSet()
296-
if (!libraryGroupProjects.equals(releasingProjects)) {
297-
throw GradleException(
298-
"Some libraries in library groups are not in the release: " +
299-
Sets.difference(libraryGroupProjects, releasingProjects).map { it.displayName }
300-
)
301-
}
302293
}
303294
}
304295

0 commit comments

Comments
 (0)