Gradle 提供了一个辅助的任务tasks来检查你的构建脚本,然后显示所有的任务,包含一个描述性的消息。 $ gradle -q tasks. 输出如下: All tasks runnable from root project ...
確定! 回上一頁