根據this,Sonarqube現在需要字節碼才能正確檢查Java代碼。 我有一個工作Travis CI + SonarQube工作流程,現在因新需求而被打破。 我無法設置新的工作流程。 這是我的錯誤: ERROR: Error during SonarQube Scanner execution java.lang.IllegalStateException: No files nor dire
我正在爲SonarQube創建一個插件並定義了一些屬性。我使用類型「屬性設置」如下: PropertyDefinition.builder(PROJECT_SET)
.index(1)
.name("Project Definition")
.description("Define the project(s) to gather data from")
.type(PropertyTyp