When using the Gradle Tooling API, is there a way ...
# plugin-development
s
When using the Gradle Tooling API, is there a way for the a call to
ProjectConnection.model
to return custom `ProgressEvent`s to the caller? I think that if my
ToolingModelBuilder
can get hold of a
ProgressListener
, I should be able to call
statusChanged
, but it’s not clear how to get hold of the instance.