发布

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

    frostbyte_neo 发布于 2024-09-17 20:43:18 +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 #

    下载附件