Caching

abstract class Caching : ExtensionAware

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
Link copied to clipboard
interface Ides

Represents the configuration for caching IntelliJ Platform IDEs.

Properties

Link copied to clipboard
@get:Internal
abstract val extensions: ExtensionContainer?
Link copied to clipboard

The extension to define caching related to resolving IntelliJ Platform dependencies.

Link copied to clipboard
abstract val path: DirectoryProperty

Provides read-only access to the IntelliJ Platform project cache location.

Functions

Link copied to clipboard
fun ides(@DelegatesTo(value = IntelliJPlatformExtension.Caching.Ides::class, strategy = 1) action: Closure<*>)