0
votes

i asked the question regarding an error which descriped in the following link. Error initializing classpath: Could not find org.grails.plugins:jasper:1.11.0

as the link suggested i added maven { url "https://repo.grails.org/grails/plugins" }

after that i was running "grails install-plugin jasper" command. i am getting the following error. "Error Command not found install-plugin Did you mean: install or list-plugins or plugin-info? "

not sure why i am getting. I am using Grails 3.1.6 and groovy2.4

I am following the instruction from this url to install. https://grails.org/plugin/jasper?skipRedirect=true

1

1 Answers

0
votes

install-plugin is deprecated in Grails 3

Grails will add the plugin for you so long as specify it in the dependencies section of build.gradle