Details
-
Type:
Bug
-
Status:
Open
-
Resolution: Unresolved
-
Affects Version/s: 1.0-milestone-3
-
Fix Version/s: None
Description
The task-specific switch syntax of Gradle is undocumented.
USAGE: gradle [option...] [task...]
That syntax message is just, as it does not allow for "gradle tasks --help". Note that there is a switch after the task name.
More important for me personally is, how do I code targets to detect and make use of these task-specific switches?