Is there any easy way to completely uninstall gradle from Windows, preferably using command prompt? I have royally messed up my gradle beyond repair and I need to completely wipe it, however everytime I delete the main gradle initilization folder (force delete it) it always repairs itself.
Hello @capyriqht
gradle has no installation it just extracted folder
if you go to your user folder there will be folder called .gradle (hidden folder) delete it and you good to go
if your project has wrapper and you build it using the wrapper then it will automatically download the correct version related to that project
hope that help and have a nice day