getOriginPlugin

@Nullable
abstract fun getOriginPlugin(): PluginIdentifier(source)

Returns the identifier of the plugin that registered this task, if available.

Since

5.1

Return

the origin plugin; null if unknown

Throws

For Gradle versions older than 5.1, where this method is not supported.