git+sonar遇到的問題

SCM provider autodetection failed. Both svn and git claim to support this project. Please use sonar.scm.provider to define SCM of your project.
解決方法:

1:配置文件中加上:sonar.scm.disabled=true

2:方法一不成功時,可在命令中加上“-Dsonar.scm.provider=git”

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章