[3.4] Prevent use of shared distribution on gradle builds#20227
[3.4] Prevent use of shared distribution on gradle builds#20227prudhvigodithi merged 2 commits intoopensearch-project:3.4from
Conversation
Signed-off-by: Daniel Widdis <widdis@gmail.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
|
❌ Gradle check result for b15f5ed: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
❌ Gradle check result for ca47434: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
❌ Gradle check result for ca47434: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 3.4 #20227 +/- ##
=========================================
Coverage 73.29% 73.29%
+ Complexity 71785 71751 -34
=========================================
Files 5794 5794
Lines 328218 328218
Branches 47261 47261
=========================================
+ Hits 240554 240564 +10
+ Misses 68384 68374 -10
Partials 19280 19280 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Daniel Widdis <widdis@gmail.com>
ca47434 to
c878d64
Compare
|
@opensearch-project/opensearch-core-maintainers This is a quick fix for a bug blocking 3.4.0 release. Please review. |
0033614
into
opensearch-project:3.4
* Prevent use of shared distribution on gradle builds Signed-off-by: Daniel Widdis <widdis@gmail.com> * Test the new workaround condition Signed-off-by: Daniel Widdis <widdis@gmail.com> --------- Signed-off-by: Daniel Widdis <widdis@gmail.com> (cherry picked from commit 0033614) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Prevents use of shared distribution. This conflicts with immutability validation on Gradle 8.6+ in some builds.
This is a temporary fix to unblock 3.4.0 release; see related issue to discuss permanent fix on
main.Related Issues
Temporary fix for #20226
Check List
[ ] API changes companion pull request created, if applicable.[ ] Public documentation issue/PR created, if applicable.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.