SonarQube build failed

  • which versions are you using (8.9LTS, 4.7)
    Can you explain why I am getting this error? I attached the full logs. There is no C/C++/Objective-C code available in this repo. After adding this sonar.c.file.suffixes=-, sonar.cpp.file.suffixes=-, sonar.objc.file.suffixes=- the issue is resolved. Why I need to add this? Why I am getting this error?
    1_build.txt (34.5 KB)

Hello @zorro

Looking at your log, it seems you did not provide any build-wrapper directory, nor a compilation database file.
You need one of those to be able to analyze C or C++ files.
I recommend you read the specific C and C++ help to get more details on that.