-
feat(gradle): enable migrations to occur with workspaces using version catalogs (#32342)
发布于
2025-08-13 19:30:11 +00:00 Current Behavior
Our project graph gradle migrations currently only bump up the gradle
plugin if its versions are set inbuild.gradle.ktsfiles. This means
that migrations will not work with workspaces that use version catalogs
and aliases.Expected Behavior
Given a workspace using the project graph gradle plugin on a legacy
version, migrations should bump up the version of the Nx gradle plugin
if its specified inlibs.versions.tomlinstead ofbuild.gradle.ktsRelated Issue(s)
Fixes #NXC-2952
下载附件