From 44ea0b9feb3df0f877a1219c6484ad7345f80582 Mon Sep 17 00:00:00 2001 From: Strong Liu Date: Tue, 30 Oct 2012 15:39:16 +0800 Subject: [PATCH] update README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb80686278..70abef20ed 100644 --- a/README.md +++ b/README.md @@ -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