Gradle Wrapper Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 5: Line 5:


Install a gradle wrapper for the same version as the one that runs the command.
Install a gradle wrapper for the same version as the one that runs the command.
<syntaxhighlight lang='bash'>
gradle wrapper
</syntaxhighlight>
=Remove Gradle Wrapper in a Project=


<syntaxhighlight lang='bash'>
<syntaxhighlight lang='bash'>
gradle wrapper  
gradle wrapper  
</syntaxhighlight>
</syntaxhighlight>

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