intellijIdeaCommunity

fun intellijIdeaCommunity(version: String, useInstaller: Boolean = true)

Adds a dependency on IntelliJ IDEA Community.

Parameters

version

The version of IntelliJ IDEA Community.

useInstaller

Switches between the IDE installer and archive from the IntelliJ Maven repository.


fun intellijIdeaCommunity(version: Provider<String>, useInstaller: Boolean = true)

Adds a dependency on IntelliJ IDEA Community.

Parameters

version

The provider for the version of IntelliJ IDEA Community.

useInstaller

Switches between the IDE installer and archive from the IntelliJ Maven repository.