getPluginClasspath

abstract fun getPluginClasspath(): List<out File>(source)

The injected plugin classpath for the build.

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

Return

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

Since

2.8