0

For some reason I can't get the admin interface plugin of Grails to install. I've added this line compile ":admin-interface:0.7.1" to BuildConfig.groovy. But I can't get it to work, I am assuming that some kind of network security of my company are blocking it as others plugins work perfectly fine (they are in cache).

What are my options as grails install-plugins is deprecated ?

Thank you so much in advance.

PS: Grails 2.2.4

tim_yates
  • 167,322
  • 27
  • 342
  • 338
Aurélien Leloup
  • 146
  • 1
  • 12

1 Answers1

0

I don't know if this is a good way to do it. But I solved my issue by downloading the jar version of the plugin and put it in the lib folder of my project.

Aurélien Leloup
  • 146
  • 1
  • 12