Login
Remember
Register
Ask a Question
What will be the output of below Gradle code snippet?
0
votes
asked
Jun 21, 2020
in
Gradle
by
Robindeniel
What will be the output of below Gradle code snippet?
task count << {
4.times {
print "$it "
}
}
#gradle-code-snippet
#gradle-code
#code-snippet-gradle
Gradle-questions-answers
Please
log in
or
register
to answer this question.
0
Answers
...