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.
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.