Java version - JDK 11
indent preformatted text by 4 spaces
Added below properties in pom file
Blockquote
<jacoco.version>0.8.4</jacoco.version>
<sonar.coverage.jacoco.xmlReportPaths>…/target/site/jacoco-aggregate/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
<sonar.projectName>ff-product-service-grpc</sonar.projectName>
<sonar.projectKey>twgnz-ff-product-service-grpc</sonar.projectKey>
I followed all the below documents but nothing seems to be working, wondering will jdk 11 works with Sonarcloud (as I am newely started using sonarcloud wondering where to find the version on sonarcloud I am using)