Can not execute Findbugs Caused by: This project contains Java source files that are not compiled

前端 未结 3 699
北恋
北恋 2021-02-07 03:45

I am currently using the sonarqube server 5.6 with scanner 2.6.1 and I keep getting errors during analysis for a java project. It appears to complain about some java files not c

3条回答
  •  野的像风
    2021-02-07 04:31

    We had the same issue for some projects (mainly Play Framework projects). I reverted the FindBugs plugin in SonarQube from version 3.4.3 to 3.3 (that I used on SonarQube 5.5) and then the analysis worked again.

提交回复
热议问题