nrwl/nx

Non JS projects not affected if language specific dependency changes

paulhobbel opened this issue · 0 comments

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