Gradle Wrapper Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 3: Line 3:


=Overview=
=Overview=
=a=
=Install Gradle Wrapper in a Project=
=Install Gradle Wrapper in a Project=



Revision as of 01:25, 27 March 2021

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

Normally gradle init also installs a wrapper in the project.