发布

  • feat(gradle): enable migrations to occur with workspaces using version catalogs (#32342)

    frostbyte_neo 发布于 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 in build.gradle.kts files. 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 in libs.versions.toml instead of build.gradle.kts

    Related Issue(s)

    Fixes #NXC-2952

    下载附件