Skip to content

fix(gradle): fix dependencies.txt not found#29787

Merged
xiongemi merged 1 commit intomasterfrom
fix/fix-gradle-dependencies-file-not-found
Jan 29, 2025
Merged

fix(gradle): fix dependencies.txt not found#29787
xiongemi merged 1 commit intomasterfrom
fix/fix-gradle-dependencies-file-not-found

Conversation

@xiongemi
Copy link
Copy Markdown
Contributor

@xiongemi xiongemi commented Jan 28, 2025

Current Behavior

  • currently, when cache project report, it caches buildFileToDepsMap, which is a map of build file to path of dependencies.txt
  • however, when we try to read dependencies.txt in create dependencies, it might not exist

Expected Behavior

  • read the dependencies.txt file when process project report to cache
  • cache dependencies as processed project report result
  • no need to read dependencies.txt in create dependencies

Related Issue(s)

Fixes #

@vercel
Copy link
Copy Markdown

vercel Bot commented Jan 28, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Updated (UTC)
nx-dev ⬜️ Ignored (Inspect) Visit Preview Jan 28, 2025 7:58pm

@nx-cloud
Copy link
Copy Markdown
Contributor

nx-cloud Bot commented Jan 28, 2025

View your CI Pipeline Execution ↗ for commit 08f40ba.

Command Status Duration Result
nx affected --targets=lint,test,build,e2e,e2e-c... ✅ Succeeded 14m 17s View ↗
nx run-many -t check-imports check-commit check... ✅ Succeeded 1m 2s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 1s View ↗
nx-cloud record -- nx format:check --base=67f12... ✅ Succeeded 21s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded 19s View ↗
nx documentation --no-dte ✅ Succeeded 43s View ↗

☁️ Nx Cloud last updated this comment at 2025-01-28 20:15:30 UTC

@xiongemi xiongemi force-pushed the fix/fix-gradle-dependencies-file-not-found branch from cb844f2 to 08f40ba Compare January 28, 2025 19:55
@xiongemi xiongemi changed the title fix(gradle): dependencies.txt not found fix(gradle): fix dependencies.txt not found Jan 28, 2025
@xiongemi xiongemi merged commit 8754e38 into master Jan 29, 2025
@xiongemi xiongemi deleted the fix/fix-gradle-dependencies-file-not-found branch January 29, 2025 15:50
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 4, 2025

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 Feb 4, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants