-
Notifications
You must be signed in to change notification settings - Fork 641
Refactor PublishingPlugin #4923
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
📝 PRs merging into main branchOur main branch should always be in a releasable state. If you are working on a larger change, or if you don't want this change to see the light of the day just yet, consider using a feature branch first, and only merge into the main branch when the code complete and ready to be released. |
1 similar comment
📝 PRs merging into main branchOur main branch should always be in a releasable state. If you are working on a larger change, or if you don't want this change to see the light of the day just yet, consider using a feature branch first, and only merge into the main branch when the code complete and ready to be released. |
Unit Test Results 776 files + 538 776 suites +538 30m 33s ⏱️ + 25m 54s For more details on these failures, see this check. Results for commit 963f378. ± Comparison against base commit 8171ac5. ♻️ This comment has been updated with latest results. |
Coverage Report 1Affected Products
Test Logs |
Size Report 1Affected ProductsNo changes between base commit (8171ac5) and merge commit (ab4c824).Test Logs |
buildSrc/src/main/java/com/google/firebase/gradle/plugins/CheckHeadDependencies.kt
Show resolved
Hide resolved
buildSrc/src/main/java/com/google/firebase/gradle/plugins/ReleaseConfig.kt
Show resolved
Hide resolved
buildSrc/src/main/java/com/google/firebase/gradle/plugins/ReleaseConfig.kt
Outdated
Show resolved
Hide resolved
buildSrc/src/main/java/com/google/firebase/gradle/plugins/ReleaseGenerator.kt
Show resolved
Hide resolved
buildSrc/src/main/java/com/google/firebase/gradle/plugins/ReleaseGenerator.kt
Outdated
Show resolved
Hide resolved
buildSrc/src/main/java/com/google/firebase/gradle/plugins/PublishingPlugin.kt
Show resolved
Hide resolved
This reverts commit 0efc6c7.
This reverts commit 0efc6c7.
Per b/275739985,
This refactors the
PublishingPlugin
to follow more modernized practices, and is re-written in Kotlin. Everything added is accompanied with extensive documentation as well.This PR also fixes the following bugs:
MultiProjectReleasePlugin
has been migrated out and into the newPublishingPlugin
CheckHeadDependencies
task has been moderately reducedCheckHeadDependencies
task