Which of the following statement is false ?
1.) Gradle provides powerful dependency management
2.) Gradle is an imperative build tool
3.) Gradle integrates well with other build tools
4.) Gradle is equipped with a rich command-line interface
Answers
Answered by
0
Gradel is an imperative build tool
This statement is false
Answered by
0
The answer is the option 1. Is false.
Gradle is an open source, progressive general purpose build management system.
It is configured on ANT, Maven, and lvy repositories. It supports Groovy based Domain Specific Language (DSL) over XML.
There are different tutorials online which can explain how users can use Gradle as a build automation tool for Java as well as for Groovy projects.
Similar questions