From 2e804001703e212d6fd05af376e1556ff96d6fdf Mon Sep 17 00:00:00 2001 From: Barzilai Spinak Date: Wed, 24 Sep 2014 13:46:51 -0300 Subject: [PATCH] doc: Fixing proguide typo [ci skip] --- doc/src/asciidoc/ch01/building.asc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/asciidoc/ch01/building.asc b/doc/src/asciidoc/ch01/building.asc index bd4877d392..5993b62947 100644 --- a/doc/src/asciidoc/ch01/building.asc +++ b/doc/src/asciidoc/ch01/building.asc @@ -62,7 +62,7 @@ it to your 'pom' as a dependency. .The 'clean' task is your friend ===== Out of all the available tasks, there's one that will keep you out -of trouble: *clean*. While Gradle is very smart when it comes to figure +of trouble: *clean*. While Gradle is very smart when it comes to figuring out which dependencies have been modified and need to be rebuilt, there's nothing like the extra confidence that a good old +clean+ gives. When in doubt, +gradle clean+.