Composite Build Support for plugins block

I see that the documentation states:

Substituting plugins only works with the buildscript block but not with the plugins block.

Are there any plans / ticket for implementing this soon? I have not been able to find a github ticket for this.

I think this would be an awesome feature. I am writing tests with TestKit and the tests actually exist in a samples directory. I’d like to be able to run the samples with TestKit and composite build for easily debugging issues.

@daz @st_oehme Can you guys give some advice here?

This would first require dependency substitution to support custom publications (because the plugin marker artifacts never match the default project.group:project.name). Is that on the agenda for Q2 @daz?

If the above is implemented, then adding substitution support for the plugins DSL on top of that should be pretty easy.

Not that I’m aware of.

Thanks for the replies. Is there a ticket I can track or should one be created?

I don’t think there is a current issue for this. It would be great if you could create an issue at https://github.com/gradle/gradle/issues

Thanks for the reply. I created https://github.com/gradle/gradle/issues/1518

Looking forward to using this new feature when it gets added :slight_smile: