docs-travis-ci-com icon indicating copy to clipboard operation
docs-travis-ci-com copied to clipboard

SonarCloud.io will require soon Java 17 JRE to run code scan

Open agigleux opened this issue 2 years ago • 0 comments

Hello,

At Sonar, we started to communicate about the deprecation of Java 11 as a runtime env. to trigger a code scan on SonarCloud.io. See https://community.sonarsource.com/t/java-11-is-deprecated-as-a-runtime-env-to-scan-your-projects/96597.

Sometime around the 1st of Nov or the beginning of 2024 as a backup date, we will stop accepting code scans if the JRE used to trigger the scan is lower than Java 17.

If I'm correct, Travis CI is maintaining the SonarCloud Integration and the corresponding documentation:

  • https://github.com/travis-ci/travis-build/blob/master/lib/travis/build/addons/sonarcloud.rb
  • user/sonarcloud.md

The minimum version of the SonarScanner CLI to use is 5.0.1.3006

Alex

agigleux avatar Aug 10 '23 10:08 agigleux