When running our projects in sonarcloud.io a new warning has appeared:
“The version of Java (1.8.0_272) you have used to run this analysis is deprecated and we will stop accepting it accepting it soon.Please update to at least Java 11.”
We use maven to build the project and wrap the maven tasks with the sonarcloud CLI.
Does this mean that soon we will not be able scan our projects if we continue using Java1.8.0 for the build process?
Also, the release notes say that the change would take effect by October, however we are still able to run the scans using Java 1.8.0, when is the actual deadline date?
Kind Regards,
Angel.