5

Grails 3 installed a plugin somewhere (and ran it) after the plugin was listed in build.gradle. The plugin name is org.grails.plugins:spring-security-core:3.0.3.

It is a mystery to me where it was installed on disk. Some sources point me to .m2 maven repository but it does not seem to be there. Where should I look for it?

Hexaholic
  • 3,136
  • 6
  • 29
  • 37
isgQ
  • 77
  • 4
  • The location varies for each OS. If you are using Windows, you might want to look in **C:\Users\\.grails\ivy-cache** – Armaiti Jan 26 '16 at 15:04

1 Answers1

3

In your home (~) directory under .gradle/caches directory.

Full path: ~/.gradle/caches

Eduardo Cuomo
  • 13,985
  • 3
  • 93
  • 80