Login
Remember
Register
Ask a Question
What is Gradle?
0
votes
asked
Mar 27, 2024
in
Gradle
by
rajeshsharma
What is Gradle?
a) A build automation tool
b) A version control system
c) A programming language
d) A software testing framework
gradle
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 27, 2024
by
rajeshsharma
Answer: a) A build automation tool
Explanation: Gradle is an open-source build automation tool that is designed to automate the building, testing, and deployment of software. It is used to manage dependencies, compile source code, and run tests.
...