-
Notifications
You must be signed in to change notification settings - Fork 624
Add deep transitive projects to release #5331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…Extension and a deep transitive release finder
Release note changesNo release note changes were detected. If you made changes that should be |
Coverage Report 1Affected Products
Test Logs |
Size Report 1Affected ProductsNo changes between base commit (d4a56bb) and merge commit (94c63e7).Test Logs |
buildSrc/src/main/java/com/google/firebase/gradle/plugins/FirebaseLibraryExtension.java
Outdated
Show resolved
Hide resolved
buildSrc/src/main/java/com/google/firebase/gradle/plugins/PublishingPlugin.kt
Outdated
Show resolved
Hide resolved
buildSrc/src/main/java/com/google/firebase/gradle/plugins/PublishingPlugin.kt
Outdated
Show resolved
Hide resolved
buildSrc/src/main/java/com/google/firebase/gradle/plugins/PublishingPlugin.kt
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but could we add a test for it?
The test that's edited captures the case this is meant to fix, if a library is pulled in without its project dependencies, those get added to the release anyway. I could add a test case with LGs and project deps if you think that'd be valuable |
I think it would be actually. We could always use more tests for our publishing pipeline. |
Done! |
No description provided.