Browsing tag

gradle

How To Install Gradle on Debian 11 / Debian 10

Gradle is an open-source tool for build automation Java, Groovy, and Scala development. It relies on the concepts of Ant and Maven to automate the building process. Unlike Apache Maven which relies on XML data files for declaring project configurations, Gradle uses Groovy, a dynamic programming language that defines project configurations. In this post, we […]

How To Install Gradle on Ubuntu 20.04 / Ubuntu 18.04 & Linux Mint 20/19

Gradle is an open-source build automation tool used for Java, Groovy, and Scala development. It builds upon the concepts of Apache Ant and Apache Maven. Unlike Apache Maven which uses XML for declaring project configurations, Gradle uses Groovy, a dynamic, object-oriented programming language to define the project configurations. In this post, we will install Gradle […]