Category Archives: gradle

Why to Use Gradle?

Gradle provides the following list of features: Free and open-source        Gradle is a completely open-source project and licensed under the Apache Software License (ASL). High Performance          Gradle very quickly executes the task by reusing the output from the previous task execution and it also processes tasks whose only… Read More »

What is Gradle ?

In this post, We will talk about What is Gradle? Gradle is completely an open-source build automation tool that is based on Apache build tools Maven and Ant. It introduces a  Kotlin and Groovy-based DSL(Domain Specific Language)instead of XML (Extensible Markup Language) for declaring the project configuration.  Gradle facilitates an elastic model that helps us in the development lifecycle from… Read More »