# What is Gradle? [Gradle](https://gradle.org/) 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: ```bash docker run --rm -u gradle \ -v "$PWD":/home/gradle/project \ -w /home/gradle/project \ %%IMAGE%% gradle ``` Replace `` with your desired Gradle task, e.g., `build`.