【发布时间】:2021-12-30 08:27:36
【问题描述】:
我开始学习 Gradle(Java + Gradle)并创建了这个非常基本的 - build.grade - 文件。
task testone(type: Test) {
println ("Started TestSetUp")
}
运行命令时在控制台中 -> gradlew testone -- intellij 抛出错误:
> Configure project :
Started TestSetUp
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':testone'.
【问题讨论】: