Has anyone tried including a composite build that ...
# community-support
c
Has anyone tried including a composite build that has both a plugin and a library and got it working? Applying includeBuild(“composite”) in the pluginManagement section works for the plugin and inlcudeBuild(“composite”) alongside the other “includes” works for the library but when doing both the second one is ignored. Maybe its a known limitation?
v
Iirc it should work fine when having both and I think I already did it. But if it really is not working and it is not about a settings plugin, just do it top-level. Technically required currently it is only for settings plugins that it is in the plugin management block.
c
Though its not a settings.plugin it is a plugin that is applied to anothe module in the build and it seems unable to resolve it when I put the include build at the top level
ignore me, I cleared cache and its working!
👌 1