Sonarqube can't analyse my android code

Hi all.
I installed sonarqube 8.7 in my ubuntu server without docker.
When i scan a python code everything is good and i can see the result in my panel.
but when i want to analyse my android code i got this error:
org/sonar/batch/bootstrapper/EnvironmentInformation has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0.

i run this command for android project:
gradle sonarqube -Dsonar.host.url=my-ip -Dsonar.projectKey=test -Dsonar.login=myKey

1 Like

I solved my issue with updating openJDK to 11 in my android studio.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.