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)