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

前端 未结 2 700
半阙折子戏
半阙折子戏 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:49

    A pull request was submitted to fix this issue. I have created a ticket and will release a bugfix: https://jira.sonarsource.com/browse/SONARGRADL-30

    0 讨论(0)
  • 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

    0 讨论(0)
提交回复
热议问题