-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Gradle plugin does not include transitive project dependencies into application layer #25163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for the report, @edudar. This appears to be a regression in 2.4.x. As far as I can tell, it works in 2.3.x. It would be great if you could try with 2.3.8.RELEASE and let us know if you see the same behaviour. In the meantime, I'll investigate a fix. |
Sorry, please ignore the above. I modified |
Thanks for such a quick turnaround on this! |
Using Spring Boot 2.4.2, layers configuration include project dependencies into
application
layer by default such asThis, however, takes only immediate project dependencies into account. When a project has 3+ levels of modules, like
layers.idx for
my_app
will be likeA workaround is to include both
data
andcommon_services
as project dependencies inmy_app
. It'd be good if the plugin would lookup by project hierarchy to include all project dependencies.The text was updated successfully, but these errors were encountered: