pycharmCommunity

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

Adds a dependency on PyCharm Community.

Parameters

version

The version of PyCharm Community.

useInstaller

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


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

Adds a dependency on PyCharm Community.

Parameters

version

The provider for the version of PyCharm Community.

useInstaller

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