Gradle Wrapper Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 9: Line 9:
gradle wrapper  
gradle wrapper  
</syntaxhighlight>
</syntaxhighlight>
Normally gradle init also installs a wrapper in the project.

Revision as of 01:20, 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.