ide

fun ide(type: IntelliJPlatformType, version: String)
fun ide(type: String, version: String)

Adds a dependency to a binary IDE release to be used for testing with the IntelliJ Plugin Verifier.

Parameters

type

The IntelliJ Platform dependency.

version

The version of the IntelliJ Platform dependency.


fun ide(type: Provider<*>, version: Provider<String>)

Adds a dependency to a binary IDE release to be used for testing with the IntelliJ Plugin Verifier.

Parameters

type

The provider for the type of the IntelliJ Platform dependency. Accepts either IntelliJPlatformType or String.

version

The provider for the version of the IntelliJ Platform dependency.


fun ide(notation: String)
fun ide(notation: Provider<String>)

Adds a dependency to a binary IDE release to be used for testing with the IntelliJ Plugin Verifier.

Parameters

notation

The IntelliJ Platform dependency. Accepts String in TYPE-VERSION or VERSION format.