Changes between Version 4 and Version 5 of jazz/16-04-15


Ignore:
Timestamp:
Apr 16, 2016, 12:09:48 AM (9 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/16-04-15

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