IntelliJ Platform Gradle Plugin: intellijPlatform.cachePath

This commit is contained in:
Jakub Chrzanowski 2024-03-04 10:15:57 +01:00
parent 88f32e001f
commit a7c27c8d83
No known key found for this signature in database
GPG Key ID: C39095BFD769862E

View File

@ -40,6 +40,22 @@ intellijPlatform {
```
### cachePath
{#intellijPlatform-cachePath}
Provides read-only access to the IntelliJ Platform project cache location.
{style="narrow"}
Access
: Read-only
Type
: `Path`
Default value
: Path of the IntelliJ Platform project cache
### platformPath
{#intellijPlatform-platformPath}