发布

  • fix(core): nx import detects plugins synchronously (#27958)

    frostbyte_neo 发布于 2024-09-18 13:17:44 +00:00

    This PR switches globWithWorkspaceContext with
    globWithWorkspaceContextSync for nx init and nx import, since the
    latter isn't guaranteed to have updated file map during the init/import
    process.

    Note: Also updates Gradle import test to ensure the destination repo
    does not have uncommitted changes.

    Current Behavior

    Sometimes plugins are not detected.

    Expected Behavior

    Always detect plugins.

    Related Issue(s)

    Fixes #

    (cherry picked from commit eb61254239)

    下载附件