-
Notifications
You must be signed in to change notification settings - Fork 76
Closed
Description
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
- Reference: Gradle 8.9 release notes for deprecation changes.
Metadata
Metadata
Assignees
Labels
No labels