This message was deleted.
# community-support
s
This message was deleted.
v
Is there a reason you are not simply using a composite build? Your use-case sounds like that is exactly what you actually want.
But to answer the question, you can get various Models from the
ProjectConnection
, for example using
.getModel(org.gradle.tooling.model.gradle.ProjectPublications::class).publications
.