Gradle Wrapper Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Gradle Wrapper =Install Gradle Wrapper in a Project= <syntaxhighlight lang='bash'> gradle wrapper </syntaxhighlight> =Remove Gra...")
 
Line 3: Line 3:


=Install Gradle Wrapper in a Project=
=Install Gradle Wrapper in a Project=
Install a gradle wrapper for the same version as the one that runs the command.


<syntaxhighlight lang='bash'>
<syntaxhighlight lang='bash'>

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

Remove Gradle Wrapper in a Project

gradle wrapper