1

我有一个具有以下结构的多项目:

:very:bestappever
:bestappever-distrib

SonarQubePlugin 提供

:sonarqube
09:35:05.139 INFO  - Load global repositories
09:35:05.252 INFO  - Load global repositories (done) | time=114ms
09:35:05.254 INFO  - Server id: 20160428045618
09:35:05.256 INFO  - User cache: C:\Users\tk09\.sonar\cache
09:35:05.265 INFO  - Install plugins
09:35:05.401 INFO  - Install JDBC driver
09:35:05.414 INFO  - Create JDBC datasource for jdbc:mysql://10.48.213.38:3306/sonar
09:35:06.456 INFO  - Initializing Hibernate
:sonarqube FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':sonarqube'.
> The base directory of the module ':very:bestappever' does not exist: C:\Workarea\verybestappever\very\:very:bestappever

您可能会注意到,项目 ':very:bestappever' 的完整路径插入了错误的位置。

这可能与https://jira.sonarsource.com/browse/SONARGRADL-12有关,我从中采用了 bestappever 示例,将 :bestappever 项目移至 :very:bestappever。你可以在https://github.com/ThiporKong/sonarqube-gradle-issue找到这个例子。

我错过了什么吗?是否有任何配置选项可用于处理深度嵌套的 gradle 多项目?我已经尝试过Sonarqube 的建议如何正确配置 gradle 子项目?但无济于事。

谢谢并恭祝安康,

提波尔

4

1 回答 1

1

SonarQube 用户组也报告了问题。已创建票证 ( https://jira.sonarsource.com/browse/SONARGRADL-14 ) 并在 Gradle 插件门户上部署了错误修复版本 2.0.1。

于 2016-04-28T12:28:34.903 回答