Skip to content

Use exec when launching Gradle#3897

Draft
sjchmiela wants to merge 1 commit into
mainfrom
stanley/gradle-launch-exec
Draft

Use exec when launching Gradle#3897
sjchmiela wants to merge 1 commit into
mainfrom
stanley/gradle-launch-exec

Conversation

@sjchmiela

@sjchmiela sjchmiela commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Summary

Use exec in the shell wrapper that launches Gradle from both build-tools Gradle entry points.

This replaces the intermediate shell process with gradlew. Supposedly it's better.

Stepping stone to #3898.

@sjchmiela sjchmiela added the no changelog PR that doesn't require a changelog entry label Jun 25, 2026
@sjchmiela sjchmiela force-pushed the stanley/gradle-launch-exec branch from 7352b4f to 0d70011 Compare June 25, 2026 11:58
@codecov

codecov Bot commented Jun 25, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 23.52941% with 26 lines in your changes missing coverage. Please review.
✅ Project coverage is 59.03%. Comparing base (99fba8c) to head (f15ecd7).

Files with missing lines Patch % Lines
packages/build-tools/src/utils/gradle.ts 21.22% 26 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3897      +/-   ##
==========================================
+ Coverage   59.03%   59.03%   +0.01%     
==========================================
  Files         935      937       +2     
  Lines       40931    40937       +6     
  Branches     8622     8622              
==========================================
+ Hits        24158    24163       +5     
- Misses      16677    16678       +1     
  Partials       96       96              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@sjchmiela sjchmiela force-pushed the stanley/gradle-launch-exec branch from 0d70011 to f15ecd7 Compare June 25, 2026 12:04
@github-actions

Copy link
Copy Markdown

⏩ The changelog entry check has been skipped since the "no changelog" label is present.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no changelog PR that doesn't require a changelog entry

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant