Transitive depepencies does not work for in place plugins

Hi

I am building grails application using gradle. Everything fine, but transitive dependencies are not working properly.

When i am using the inline plugins, then the transitive dependencies does not work.

Can you please let me know, how to resolve this.

My webapp has the below inline dependency.

grails.plugin.location.Test = “…/Test”

Test Plugin depends on another plugin ‘Test1’.

From my webapp, when i access a class from Test1 plugin, it throws an error not found.

Can you please help me to resolve this.

The ‘grails-gradle-plugin’ is maintained by Grails, so you might want to ask there.