Gradle Wrapper Operations

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

Overview

Install Gradle Wrapper in a Project

Install a gradle wrapper for the same version as the one that runs the command.

gradle wrapper [--gradle-version 6.8.3] [--distribution-type all]

Normally gradle init also installs a wrapper in the project.