We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68a2662 commit db2bb4dCopy full SHA for db2bb4d
scripts/UninstallPlugin.groovy
@@ -40,7 +40,6 @@ target(uninstallPlugin:"Uninstalls a plug-in for a given name") {
40
41
uninstallPluginForName(pluginName, pluginRelease)
42
43
- event("PluginUninstalled", ["The plugin ${pluginName}-${pluginRelease} has been uninstalled from the current application"])
44
}
45
else {
46
event("StatusError", ["You need to specify the plug-in name and (optional) version, e.g. \"grails uninstall-plugin feeds 1.0\""])
0 commit comments