testLocalPlugin

fun testLocalPlugin(localPath: File)
fun testLocalPlugin(localPath: String)
fun testLocalPlugin(localPath: Directory)
fun testLocalPlugin(localPath: Provider<*>)

Adds a test dependency on a local IntelliJ Platform plugin.

Parameters

localPath

Path to the local plugin.


fun testLocalPlugin(dependency: ProjectDependency): Boolean

Adds a test dependency on a local IntelliJ Platform plugin.

Parameters

dependency

Project dependency.