当前位置: 首页 > 工具软件 > Project Sonar > 使用案例 >

Please provide compiled classes of your project with sonar.java.binaries property

陶乐生
2023-12-01
Please provide compiled classes of your project with sonar.java.binaries property

转自:http://blog.csdn.net/u010479969/article/details/52981134

之后又在配置文件中增加了一下路径:sonar.java.binaries



[java]  view plain  copy
  1. sonar.projectKey=PowerPlus  
  2. sonar.projectName=PowerPlus  
  3. sonar.projectVersion=1.0  
  4. # Path to the parent source code directory.  
  5. # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.  
  6. # Since SonarQube 4.2this property is optional if sonar.modules is set.  
  7. # If not set, SonarQube starts looking for source code from the directory containing  
  8. # the sonar-project.properties file.  
  9. sonar.sources=./  
  10.   
  11. # Encoding of the source code  
  12. sonar.sourceEncoding=UTF-8  
  13.   
  14. # Additional parameters  
  15. sonar.my.property=value  
  16. sonar.java.binaries=app/build/intermediates/classes  

 类似资料:

相关阅读

相关文章

相关问答