Open rahulsainani opened 4 years ago
It looks like sonarqube is the culprit with usages of some gradle internal apis. https://github.com/SonarSource/sonar-scanner-gradle/blob/master/src/main/java/org/sonarqube/gradle/AndroidUtils.java#L32
Update: Was able to successfully integrate sonarqube and jacoco plugin but not android analyzer on gradle 6+. It is actually an issue with this plugin it seems.
Looks like the same issue as here: https://github.com/pinchbv/android-analyzer/issues/25
analyzer is not working yet with Gradle 6.x.
@AndroideRob You mentioned that gradle 6 is not yet released on #25 . By now, 6.3 is released as stable. Would you mind releasing a new version of this tool that supports Gradle 6.x?
Recently we upgraded the gradle version and now the project sync doesn't work when the plugin is applied. This is the error, reproduced on 2 different projects using gradle 6.1.1 and 6.2
Tried both the suggestions but this error is constant.