mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 02:07:50 +08:00
IntelliJ Platform Gradle Plugin: Provide direct access to the IntelliJ Platform dependency artifact path
This commit is contained in:
parent
faaa2f11d3
commit
405536a333
@ -10,7 +10,7 @@ The IntelliJ Platform Gradle Plugin exposes a number of build features to contro
|
|||||||
To enable or disable a particular feature, add a Project property to the <path>gradle.properties</path> file with the following pattern:
|
To enable or disable a particular feature, add a Project property to the <path>gradle.properties</path> file with the following pattern:
|
||||||
|
|
||||||
```
|
```
|
||||||
org.jetbrains.intellij.buildFeature.<buildFeatureName>=<true|false>
|
org.jetbrains.intellij.platform.buildFeature.<buildFeatureName>=<true|false>
|
||||||
```
|
```
|
||||||
|
|
||||||
E.g., to disable the [](#selfUpdateCheck) feature, add this line:
|
E.g., to disable the [](#selfUpdateCheck) feature, add this line:
|
||||||
@ -32,7 +32,7 @@ Default value
|
|||||||
Example
|
Example
|
||||||
:
|
:
|
||||||
```
|
```
|
||||||
org.jetbrains.intellij.buildFeature.buildSearchableOptions=false
|
org.jetbrains.intellij.platform.buildFeature.buildSearchableOptions=false
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
@ -78,17 +78,30 @@ Default value
|
|||||||
: `true`
|
: `true`
|
||||||
|
|
||||||
|
|
||||||
|
### platformPath
|
||||||
|
{#intellijPlatform-platformPath}
|
||||||
|
|
||||||
|
Provides read-only access to the IntelliJ Platform dependency artifact path.
|
||||||
|
|
||||||
|
{style="narrow"}
|
||||||
|
Type
|
||||||
|
: `DirectoryProperty`
|
||||||
|
|
||||||
|
Default value
|
||||||
|
: Path of the current IntelliJ Platform
|
||||||
|
|
||||||
|
|
||||||
### productInfo
|
### productInfo
|
||||||
{#intellijPlatform-productInfo}
|
{#intellijPlatform-productInfo}
|
||||||
|
|
||||||
Provides read access for the [`ProductInfo`](tools_intellij_platform_gradle_plugin_types.md#ProductInfo) object associated with the IntelliJ Platform dependency configured for the current project.
|
Provides read-only access to the [`ProductInfo`](tools_intellij_platform_gradle_plugin_types.md#ProductInfo) object associated with the IntelliJ Platform dependency configured for the current project.
|
||||||
|
|
||||||
{style="narrow"}
|
{style="narrow"}
|
||||||
Type
|
Type
|
||||||
: [`Property<ProductInfo>`](tools_intellij_platform_gradle_plugin_types.md#ProductInfo)
|
: [`Property<ProductInfo>`](tools_intellij_platform_gradle_plugin_types.md#ProductInfo)
|
||||||
|
|
||||||
Default value
|
Default value
|
||||||
: [`ProductInfo`](tools_intellij_platform_gradle_plugin_types.md#ProductInfo) for the current IntelliJ Platform
|
: [`ProductInfo`](tools_intellij_platform_gradle_plugin_types.md#ProductInfo) of the current IntelliJ Platform
|
||||||
|
|
||||||
|
|
||||||
### sandboxContainer
|
### sandboxContainer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user