Ides

interface Ides

Represents the configuration for caching IntelliJ Platform IDEs.

Types

Link copied to clipboard

Properties

Link copied to clipboard
abstract val enabled: Property<Boolean>

Indicates whether caching for IntelliJ Platform IDEs is enabled globally.

Link copied to clipboard
abstract val name: Property<(RequestedIntelliJPlatform) -> String>

Function that returns a cache directory name for a given IntelliJ Platform artifact.

Link copied to clipboard
abstract val path: DirectoryProperty

The IntelliJ Platform Gradle Plugin cache root directory for the current project for storing content produced by the plugin, such as local artifact details, Java Agent file, extracted IDEs, etc.