发布

  • chore(gradle): bump gradle project graph plugin version to 0.1.22 (#35973)

    frostbyte_neo 发布于 2026-06-12 04:31:32 +00:00

    Current Behavior

    Workspaces reference the dev.nx.gradle.project-graph Gradle plugin at
    version 0.1.21.

    Expected Behavior

    Bump the plugin to 0.1.22. This release carries the deterministic
    project-configuration-hash fix from #35972 (sorting
    options.includeDependsOnTasks so the ProjectConfiguration hash no
    longer drifts between JVM runs).

    The bump updates the version constant, the plugin's build.gradle.kts,
    and adds a migration (change-plugin-version-0-1-22, gated at
    23.0.0-rc.2) that updates existing workspaces' version catalogs and
    build.gradle(.kts) files on nx migrate.

    Note: the published 0.1.22 plugin artifact must include #35972
    before this is released.

    Related Issue(s)

    Follow-up to #35972 (the source fix).

    下载附件