-
Notifications
You must be signed in to change notification settings - Fork 0
gradle
Eric F. Alsheimer edited this page Feb 16, 2018
·
3 revisions
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.