Hello again,
Thank you for the logs, it helped a lot.
It turns out that there is a typo in your sonar-project.properties
. You need to replace sonar.test=src
with sonar.tests=src
. In other words, the property name is plural.
Hope this helps,
Yassin