【发布时间】:2018-08-30 00:04:44
【问题描述】:
如果我们只在终端执行“gradle”命令,结果如下。
$ gradle
> Task :help
Welcome to Gradle 4.10.
To run a build, run gradle <task> ...
To see a list of available tasks, run gradle tasks
To see a list of command-line options, run gradle --help
To see more detail about a task, run gradle help --task <task>
For troubleshooting, visit https://help.gradle.org
BUILD SUCCESSFUL in 0s
1 actionable task: 1 executed
这是什么?我想知道具体采取了什么行动
【问题讨论】:
标签: gradle