Gradle Wrapper Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 10: Line 10:
</syntaxhighlight>
</syntaxhighlight>


Normally gradle init also installs a wrapper in the project.
Normally [[gradle init]] also installs a wrapper in the project.

Revision as of 01:23, 27 March 2021

Internal

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.