You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SonarCloud doesn't support anymore Java 11. The temporary workaround is
now deprecated and doesn't work anymore. So, we define a Java version
dedicated to run the sonar analysis. This is done by:
* define a new arg: SONAR_JAVA_VERSION
* set a new env var: SONAR_JDK_VERSION.
Latter can be used to run a sonar analysis within a Jenkins file
pipeline stage.
0 commit comments