【发布时间】:2015-12-28 00:45:25
【问题描述】:
我正在尝试让 Jenkins 成功构建我的项目,但出现此错误:
* What went wrong:
A problem occurred configuring project ':mobile'.
> Cannot evaluate module matrix : Configuration with name 'default' not found.
知道错误是什么吗?
【问题讨论】:
-
gradle wrapper 配置了吗?
-
gradlew 命令是否在本地命令行上为您工作?可能是gradle的配置错误
-
graddle 配置好了,如果我运行项目,一切都好。它编译没有任何问题。