api / org.gradle.plugin.devel / GradlePluginDevelopmentExtension / getPluginSourceSet

getPluginSourceSet

open fun getPluginSourceSet(): SourceSet

Returns the source set that compiles the code under test. Defaults to project.sourceSets.main.

Return
the plugin source set