Skip to content

Fix SonarQube Failure with Gradle 8.9 #411

@BentsiLeviav

Description

@BentsiLeviav

Description

The SonarQube workflow fails during the ./gradlew sonarqube step due to deprecated Gradle API usage:
org.gradle.api.reporting.Report.getOutputLocation()Lorg/gradle/api/provider/Provider;

This is caused by outdated plugin code or build script logic that is incompatible with Gradle 8.9 (and will break in Gradle 9.0).

Next steps

  • Find the plugin or script using Report.getOutputLocation()
  • Update to a version compatible with Gradle 8.9+
  • Make sure SonarQube analysis runs successfully

Notes

Metadata

Metadata

Assignees

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