Login
Remember
Register
Ask a Question
When you use the << syntax which method on the task is executed?
0
votes
asked
Apr 14, 2020
in
Gradle
by
Robindeniel
When you use the << syntax which method on the task is executed?
A. last
B. first
C. doFirst
D. doLast
#gradle-syntax
Gradle-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 14, 2020
by
SakshiSharma
Ans: D. doLast
...