Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

install plugins manually?

is it possible to install and uninstall plugins manually in grails?? if yes, how can it be done?

like image 708
mandy Avatar asked Oct 23 '25 07:10

mandy


1 Answers

If the commands are failing for some reason, you can remove them by:

  1. delete the entry for the plugin from application.properties
  2. delete the plugin folder from ~/.grails/grails version/projects/project name/plugins
like image 178
leebutts Avatar answered Oct 26 '25 14:10

leebutts