发布

  • fix(gradle): do not add gradle plugin to plugins block if using version catalogs (#33763)

    frostbyte_neo 发布于 2025-12-08 20:09:14 +00:00

    Current Behavior

    We would add the gradle project graph plugin to your build.gradle files
    if we did not already detect it. However, this did mechanism did not
    recognize aliases for the project graph plugin that came from version
    catalogs.

    Expected Behavior

    When adding the project graph plugin to build.gradle.kts, we check if a
    version catalogue exists, and if it does we add the alias for the
    project graph plugin.

    Related Issue(s)

    Fixes #


    Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>

    下载附件