DevOps

Gradle – build tool with a focus on build automation and support for multi-language

Gradle is a build automation tool focused on flexibility and performance.

Gradle offers a flexible model that can support the entire development lifecycle from compiling and packaging code to publishing web sites. Gradle has been designed to support build automation across multiple languages and platforms including Java, Scala, Android, Kotlin, C/C++, and Groovy, and is closely integrated with development tools and continuous integration servers including Eclipse, IntelliJ, and Jenkins. Gradle build scripts are written using a Groovy or Kotlin DSL.

This is free and open source software.

Key Features

  • High performance – only runs tasks that need to run because their inputs or outputs have changed.
  • JVM foundation – runs on the JVM and you must have a Java Development Kit (JDK) installed to use it.
  • Conventions – makes common types of projects — such as Java projects — easy to build by implementing conventions.
  • Extensibility – extend Gradle to provide your own task types or even build model.
  • IDE support – import Gradle builds and interact with them: Android Studio, IntelliJ IDEA, Eclipse, and NetBeans. Gradle also has support for generating the solution files required to load a project into Visual Studio.
  • Insight – build scans provide extensive information about a build run that you can use to identify build issues.
  • Incremental builds.
  • Build caching.
  • Incremental subtasks.
  • Incremental annotation processing.
  • Compiler daemon.
  • Parallel execution.
  • Parallel download of dependencies.
  • Task timeouts.
  • Web-based build visualization.
  • Collaborative debugging.
  • Extend and customise.
  • Continuous build.
  • Composite builds.
  • Task exclusion.
  • Dry run.
  • Continue execution after failures.
  • Fail fast test execution.
  • Snyc dependency cache with repository.

Website: gradle.org
Support: GitHub Code Repository
Developer: Hans Dockter, Adam Murdoch, Szczepan Faber, Peter Niederwieser, Luke Daley, Rene Gröschke, Daz DeBoer, and contributors
License: Apache License 2.0

Gradle is written in Groovy and Java. Learn Groovy with our recommended free books and free tutorials. Learn Java with our recommended free books and free tutorials.


Related Software

Build Systems
CargoRust package manager
gulpToolkit to automate & enhance your workflow
BazelBuild and test your multi-language, multi-platform projects
Apache MavenBuild automation tool used primarily for Java projects
GradleBuild tool with a focus on build automation and support for multi-language
MesonNext-generation build system
CMakeFamily of tools designed to build, test and package software
Buck2Encourages the creation of small, reusable modules
LeiningenAutomating Clojure projects
GruntJavaScript Task Runner
NinjaSmall build system with a focus on speed
xmakeCross-platform build utility based on Lua
SConsSoftware construction tool
PantsScalable build system for monorepos
PHingBuild system based on Apache Ant
Rakemake-like build utility for Ruby
Apache AntTool for automating software build processes
CabalCommon Architecture for Building Applications and Libraries

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments