[GRADLE-2755] Typos in task creation arguments are ignored Created: 21/Apr/13 Updated: 10/Nov/13 Resolved: 10/Nov/13 | 
|
| Status: | Resolved | 
| Project: | Gradle | 
| Affects Version/s: | None | 
| Fix Version/s: | 1.8-rc-1 | 
| Type: | Bug | ||
| Reporter: | Gradle Forums | Assignee: | René Gröschke (Inactive) | 
| Resolution: | Fixed | Votes: | 0 | 
| Description | 
| 
 Hi, My build.gradle looks like task wrapper(Type: Wrapper) { gradleVersion = '1.5' }I execute the command `gradle -d wrapper` and the output is: [1]https://gist.github.com/CQQL/5423565 I am using the 1.5 version, that I just downloaded from [2]http://www.gradle.org/downloads. Thanks in advance,  | 
| Comments | 
| Comment by Gradle Forums [ 21/Apr/13 ] | 
| 
 Your build script contains a typo - it should be `type:` with a lowercase `t`. Ideally, Gradle would flag this as an error, but currently it doesn't.  | 
| Comment by Gradle Forums [ 21/Apr/13 ] | 
| 
 Thank you. I thought I saw it like that in the user guide.  |