Skip to content

fix(gradle): add dep with build file #31989

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

xiongemi
Copy link
Collaborator

Current Behavior

got and error:

Error: project spring-boot-integration-tests not found

the issue was that for some gradle project, it does not have a build file, but it is a still valid gradle project.
in create nodes, we only look at the build file to create a node for each build file detected

Expected Behavior

  • do not add dep for project with build file

Related Issue(s)

Fixes #

Copy link

vercel bot commented Jul 20, 2025

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

Name Status Preview Updated (UTC)
nx-dev ✅ Ready (Inspect) Visit Preview Jul 21, 2025 4:07am

Copy link
Contributor

nx-cloud bot commented Jul 20, 2025

View your CI Pipeline Execution ↗ for commit 92ec362

Command Status Duration Result
nx run-many -t check-imports check-commit check... ✅ Succeeded 1m 31s View ↗
nx affected --targets=lint,test,build,e2e,e2e-c... ✅ Succeeded 54s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 2s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded 3s View ↗
nx-cloud record -- nx format:check ✅ Succeeded 3s View ↗
nx documentation ✅ Succeeded 1m 37s View ↗

☁️ Nx Cloud last updated this comment at 2025-07-21 04:02:49 UTC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant