content.md 460 B

What is Gradle?

Gradle is a fast, dependable, and adaptable open-source build automation tool with an elegant and extensible declarative build language.

%%LOGO%%

How to use this image

Run a Gradle task

From your project directory:

docker run --rm -u gradle \
  -v "$PWD":/home/gradle/project \
  -w /home/gradle/project \
  %%IMAGE%% gradle <task>

Replace <task> with your desired Gradle task, e.g., build.