Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 924 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 924 Bytes

What is Gradle?

logo

Gradle is a project automation tool that builds upon the concepts of Apache Ant and Apache Maven and introduces a Groovy-based domain-specific language (DSL) instead of the more traditional XML form of declaring the project configuration.

[http://en.wikipedia.org/wiki/Gradle)

This image is based on Oracle JRE 8 and the image size is approximately ??? MB.

Supported tags

Usage

You can run the default gradle command simply:

 docker run -ti --rm 1science/gradle gradle --version 

License

All the code contained in this repository, unless explicitly stated, is licensed under ISC license.

A copy of the license can be found inside the LICENSE file.