- Home
- Interview Questions
- DevOps
Gradle builds a script file for handling projects and tasks. Every Gradle build represents oneor more projects.
A project represents a library JAR or a web application.
The wrapper is a batch script on Windows, and a shell script for other operating systems.Gradle Wrapper is the preferred way of starting a Gradle build.
When a Gradle build is started via the wrapper, Gradle will automatically download and runthe build.
This type of name is written in the format that is build.gradle. It generally configures theGradle scripting language.
Dependency configuration comprises of the external dependency, which you need to installwell and make sure the downloading is done from the web. There are some key features ofthis configuration which are:
1. Compilation: The project which you would be starting and working on the first needsto be well compiled and ensure that it is maintained in the good condition.
2. Runtime: It is the desired time which is required to get the work dependency in theform of collection.
3. Test Compile: The dependencies check source requires the collection to be madefor running the project.
4. Test runtime: This is the final process which needs the checking to be done forrunning the test that is in a default manner considered to be the mode of runtime