Gradle is a fast, dependable, and adaptable open-source build automation tool with an elegant and extensible declarative build language.
%%LOGO%%
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
.