Gradle Wrapper Operations

From NovaOrdis Knowledge Base
Revision as of 01:26, 27 March 2021 by Ovidiu (talk | contribs) (→‎Install Gradle Wrapper in a Project)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.