Skip to content

Gradle plugin incompatible w/centrally declared repositories #847

Description

@rileymichael

Gradle has an incubating feature to declare repositories centrally for all projects via settings.gradle(.kts) instead of in each projects build.gradle(.kts). This was introduced in gradle 6.8.

If a project enables the FAIL_ON_PROJECT_REPOS mode (docs) to enforce this behavior, applying the semanticdb-gradle-plugin will result in a build error as it attempts to configure repos on the project.

Is this repository configuration necessary?

(related to #628 which does not have a conclusion for projects that wish to enforce centrally declared repositories)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions