Jenkins's plugin : sonarqube scanner with c++(community) plugin and Sonarqube 8.9 LTS didn't support 1.0.8

Dear Team,

My apologies, I post again my issue because it is with jenkins’s plugin sonar -scanner & C++(community) 2.0.1 & SonarQube 8.9. LTS, I’m facing an issue. Do you think I need to upgrade Jenkins Java version from 8 to 11 ?

Many Thanks,

ERROR: Error during SonarQube Scanner execution
ERROR: The plugin [cxx] does not support Java 1.8.0_292
ERROR: Caused by: org/sonar/plugins/cxx/CxxPlugin 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
ERROR:
ERROR: Re-run SonarQube Scanner using the -X switch to enable full debug logging.
ERROR: SonarQube scanner exited with non-zero code: 1

Yes, you have to Upgrade to java11 for this plugin

Thanks Jan !