“IllegalStateException: No files nor directories matching” for non-existing JAR

前端 未结 2 699
半阙折子戏
半阙折子戏 2020-12-20 15:27

I recently tried to upgrade my Gradle build to SonarQube plugin 2.2 and encountered the following error:

Caused by: java.lang.IllegalStateException: No files         


        
2条回答
  •  有刺的猬
    2020-12-20 15:56

    I had to put path to the class files

    sonar.java.binaries=target/
    

    sonar-project.properties

    Sonar version 6.2

提交回复
热议问题