As a Gradle plugin author, I'd like to inject the Gradle plugin under test into the samples test.
Expected Behavior
Provide a GradlePluginSamplesRunner that configures withPluginClasspath() on TestKit.
Current Behavior
Context
There's now 2 plugins that want this. Be cool to provide this.
As a Gradle plugin author, I'd like to inject the Gradle plugin under test into the samples test.
Expected Behavior
Provide a
GradlePluginSamplesRunnerthat configureswithPluginClasspath()on TestKit.Current Behavior
Context
There's now 2 plugins that want this. Be cool to provide this.