-
Notifications
You must be signed in to change notification settings - Fork 641
Refactor PublishingPlugin #4940
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. |
Unit Test Results 765 files + 737 765 suites +737 33m 39s ⏱️ + 32m 16s For more details on these failures, see this check. Results for commit 2c4324d. ± Comparison against base commit bad35ef. ♻️ This comment has been updated with latest results. |
Size Report 1Affected Products
Test Logs |
Coverage Report 1This report is too large (218,333 characters) to be displayed here in a GitHub comment. Please use the below link to see the full report on Google Cloud Storage.Test Logs |
Startup Time Report 1Note: Layout is sometimes suboptimal due to limited formatting support on GitHub. Please check this report on GCS. Startup time comparison between the CI merge commit (a58d311) and the base commit (bad35ef) are not available. No macrobenchmark data found for the base commit (bad35ef). Analysis for the CI merge commit (a58d311) can be found at: |
Did you test this running the |
|
This reverts commit fbbe403.
Per b/279790953,
This fixes an issue that was preventing our release config generation from functioning. Refer to #4923 for additional context on the original change.
More specifically, this changes the output directory of our release report to be the root directory, as our CI expects it to be.
This also fixes the following bugs:
b/280323342 - Add a test to avoid this issue in the future
b/280322962 - Fix IDEA sync breaking Gradle tasks
Note: this shouldn't be merged until after the current release (M131), as to avoid issues.