update README

This commit is contained in:
Strong Liu 2012-10-30 15:39:16 +08:00
parent 7036538d9c
commit 44ea0b9feb
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 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