Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

grails 3 plugin installation location

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?

like image 295
isgQ Avatar asked Oct 18 '22 17:10

isgQ


1 Answers

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

Full path: ~/.gradle/caches

like image 182
Sami Mäkelä Avatar answered Oct 31 '22 14:10

Sami Mäkelä