| | 79 | * 可以用 `gradle tasks` 了解目前定義了哪些 task |
| | 80 | {{{ |
| | 81 | :tasks |
| | 82 | |
| | 83 | ------------------------------------------------------------ |
| | 84 | All tasks runnable from root project |
| | 85 | ------------------------------------------------------------ |
| | 86 | |
| | 87 | Build Setup tasks |
| | 88 | ----------------- |
| | 89 | init - Initializes a new Gradle build. [incubating] |
| | 90 | wrapper - Generates Gradle wrapper files. [incubating] |
| | 91 | |
| | 92 | Help tasks |
| | 93 | ---------- |
| | 94 | buildEnvironment - Displays all buildscript dependencies declared in root project 'gradle-sample'. |
| | 95 | components - Displays the components produced by root project 'gradle-sample'. [incubating] |
| | 96 | dependencies - Displays all dependencies declared in root project 'gradle-sample'. |
| | 97 | dependencyInsight - Displays the insight into a specific dependency in root project 'gradle-sample'. |
| | 98 | help - Displays a help message. |
| | 99 | model - Displays the configuration model of root project 'gradle-sample'. [incubating] |
| | 100 | projects - Displays the sub-projects of root project 'gradle-sample'. |
| | 101 | properties - Displays the properties of root project 'gradle-sample'. |
| | 102 | tasks - Displays the tasks runnable from root project 'gradle-sample'. |
| | 103 | |
| | 104 | BUILD SUCCESSFUL |
| | 105 | |
| | 106 | Total time: 1.994 secs |
| | 107 | |
| | 108 | This build could be faster, please consider using the Gradle Daemon: https://docs.gradle.org/2.12/userguide/gradle_daemon.html |
| | 109 | }}} |