Quantcast
Channel: Gradle Forums - Latest posts
Viewing all articles
Browse latest Browse all 19870

What is the Groovy magic for this task command

$
0
0

Thanks @jjustinic for your reply.

If it is task (myTask, type: SomeType) { configure closure }, I understand the myTask is the name inside:
Task task​(Map<String,​?> args, String name, Closure configureClosure)
but, it is the: myTask(type: SomeType), there is (), it looks like a function call. How this function works?


Viewing all articles
Browse latest Browse all 19870

Trending Articles