Skip to content
Eric F. Alsheimer edited this page Feb 16, 2018 · 3 revisions

Gradle Quicksheet

Gradle is a build tool for Java. It supports modules, has an opinionated project structure, and has its own task type. There are many ways to tweek your build for performance.

It is an alternative to Maven. Many people prefer Maven to Gradle, but it's not a big deal. Both are used to construct an application from source code.

Clone this wiki locally