0

I am wondering about the following pieces of Gradle scripts:

  1. task name
  2. task 'name'
  3. task name {...}
  4. task 'name' {...}

I am looking at the Project methods as well as TaskContainer methods, but it is not obvious how the task ... is transformed into a method call.

tim_yates
  • 167,322
  • 27
  • 342
  • 338
Crazyjavahacking
  • 9,343
  • 2
  • 31
  • 40
  • 1
    Please have a look at [this](http://stackoverflow.com/questions/33126369/which-method-in-project-is-getting-invoked-when-i-define-a-task/33610313#33610313) answer. – Opal Dec 10 '15 at 10:01
  • If you found it helpful, please upvote it. – Opal Dec 10 '15 at 10:06

0 Answers0