Skip to content

fix(gradle): support Windows file paths#35184

Merged
FrozenPandaz merged 2 commits into
nrwl:masterfrom
adamk33n3r:master
May 12, 2026
Merged

fix(gradle): support Windows file paths#35184
FrozenPandaz merged 2 commits into
nrwl:masterfrom
adamk33n3r:master

Conversation

@adamk33n3r
Copy link
Copy Markdown
Contributor

Current Behavior

Issues with matching on Windows paths because there are hardcoded forward slashes /

Expected Behavior

Works on Windows or otherwise

Related Issue(s)

Fixes #34987

Want to note that while the Unit tests are all passing, I don't have a way to test this on a unix machine myself. Also, I'm not super familiar with gradle plugins, how can I "export" my changes here to try in my own project that uses the plugin?

@adamk33n3r adamk33n3r requested a review from a team as a code owner April 6, 2026 21:44
@adamk33n3r adamk33n3r requested a review from FrozenPandaz April 6, 2026 21:44
@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 6, 2026

👷 Deploy request for nx-docs pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 2f3204a

@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 6, 2026

👷 Deploy request for nx-dev pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 2f3204a

@FrozenPandaz FrozenPandaz requested a review from lourw April 23, 2026 20:59
@FrozenPandaz FrozenPandaz added the priority: medium Medium Priority (not high, not low priority) label Apr 23, 2026
@nx-cloud
Copy link
Copy Markdown
Contributor

nx-cloud Bot commented May 12, 2026

View your CI Pipeline Execution ↗ for commit 2f3204a

Command Status Duration Result
nx affected --targets=lint,test,build,e2e,e2e-c... ⏳ In Progress ... View ↗
nx run-many -t check-imports check-lock-files c... ✅ Succeeded 3s View ↗
nx-cloud record -- pnpm nx-cloud conformance:check ✅ Succeeded 13s View ↗
nx build workspace-plugin ✅ Succeeded <1s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded 18s View ↗
nx-cloud record -- nx format:check ✅ Succeeded 2s View ↗

☁️ Nx Cloud last updated this comment at 2026-05-12 04:41:41 UTC

Copy link
Copy Markdown
Contributor

@FrozenPandaz FrozenPandaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution! LGTM 🎉

@FrozenPandaz FrozenPandaz merged commit a7a5701 into nrwl:master May 12, 2026
18 of 19 checks passed
FrozenPandaz added a commit that referenced this pull request May 12, 2026
<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->

<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->

<!-- If this is a particularly complex change or feature addition, you
can request a dedicated Nx release for this pull request branch. Mention
someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they
will confirm if the PR warrants its own release for testing purposes,
and generate it for you if appropriate. -->

## Current Behavior
<!-- This is the behavior we have today -->
Issues with matching on Windows paths because there are hardcoded
forward slashes `/`

## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->
Works on Windows or otherwise

## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->

Fixes #34987 

Want to note that while the Unit tests are all passing, I don't have a
way to test this on a unix machine myself. Also, I'm not super familiar
with gradle plugins, how can I "export" my changes here to try in my own
project that uses the plugin?

Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
@github-actions
Copy link
Copy Markdown
Contributor

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators May 18, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

priority: medium Medium Priority (not high, not low priority)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

project-graph gradle plugin isn't set up to handle windows paths

3 participants