My jacoco report were being uploaded to sonarcloud

Hey there.

It looks like you’re using Gradle, which means a few things:

  1. You should not use a sonar-project.properties file when using the Scanner for Gradle, instead putting details in your build.gradle file
  2. There is a great guide for importing JaCoCo coverage data with Gradle here: