update README

This commit is contained in:
Strong Liu 2012-10-30 15:39:58 +08:00
parent df809231c5
commit cbe1c77ad8
1 changed files with 6 additions and 2 deletions

View File

@ -38,8 +38,12 @@ Executing Tasks
Gradle uses the concept of build tasks (equivalent to Ant targets). You can get a list of available tasks
via
gradle --tasks
gradle tasks
or if using gradle wrapper
./gradlew tasks
### Executing Tasks Across All Modules
To execute a task across all modules, simply perform that task from the root directory. Gradle will visit each