api / org.gradle.testkit.runner / GradleRunner / getPluginClasspath

getPluginClasspath

abstract fun getPluginClasspath(): MutableList<out File>

The injected plugin classpath for the build.

The returned list is immutable. Returns an empty list if no classpath was provided with #withPluginClasspath(Iterable).

Return
the classpath of plugins to make available to the build under test

Since
2.8