Skip to content
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

Non JS projects not affected if language specific dependency changes #23377

Open
1 of 4 tasks
paulhobbel opened this issue May 14, 2024 · 0 comments
Open
1 of 4 tasks
Assignees
Labels
scope: core core nx functionality type: bug

Comments

@paulhobbel
Copy link

Current Behavior

If I have a Gradle project and update one of it's dependencies in the global libs.versions.toml file the project is not marked as affected.

Expected Behavior

The Gradle project is not marked as affected if something get's updated in the libs.versions.toml

GitHub Repo

https://github.com/paulhobbel/nx-gradle-example

Steps to Reproduce

  1. Clone the project
  2. Update one of the versions in the libs.versions.toml file in the gradle folder.
  3. Run ./nx affected:test

Nx Report

NX   Report complete - copy this into the issue template

Node   : 20.12.0
OS     : darwin-arm64
npm    : 10.5.0

nx          : 19.0.3
@nx/devkit  : 19.0.3
@nx/gradle  : 19.0.3
@nrwl/tao   : 19.0.3
---------------------------------------
Registered Plugins:
@nx/gradle

Failure Logs

No response

Package Manager Version

No response

Operating System

  • macOS
  • Linux
  • Windows
  • Other (Please specify)

Additional Information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: core core nx functionality type: bug
Projects
None yet
Development

No branches or pull requests

3 participants