I am trying to implement sonar scan in my Scala codes which are in data bricks notebook via Azure-Devops pipeline but getting below error can somebody please help me?
Asked
Active
Viewed 213 times
-1
-
Don't post screenshots of error messages, post the actual error text. – Daniel Mann May 05 '22 at 04:25
1 Answers
0
The third-party FindBugs plugin is throwing an error with the following message:
One (sub)project contains Java source files that are not compiled.
According to the FindBugs readme, it needs compiled code i.e. you can't just point it at the source code files. Check that you are building the code before analysing it.

duncanp
- 1,572
- 1
- 10
- 8