tools_gradle_intellij_plugin_build_features.md: examples

This commit is contained in:
Jakub Chrzanowski 2022-06-28 10:02:36 +02:00
parent 9d7a4a31a1
commit 465fb6d54b
No known key found for this signature in database
GPG Key ID: C39095BFD769862E

View File

@ -44,6 +44,12 @@ This feature flag displays the given warning when the task is run by a paid plug
Default value
: `true`
Example
:
```properties
org.jetbrains.intellij.buildFeature.paidPluginSearchableOptionsWarning=false
```
## selfUpdateCheck
@ -57,6 +63,12 @@ Feature respects the Gradle [`--offline`](https://docs.gradle.org/current/usergu
Default value
: `true`
Example
:
```properties
org.jetbrains.intellij.buildFeature.selfUpdateCheck=false
```
## useDependencyFirstResolutionStrategy
@ -71,3 +83,9 @@ See [JetBrains/gradle-intellij-plugin#656](https://github.com/JetBrains/gradle-i
{style="narrow"}
Default value
: `true`
Example
:
```properties
org.jetbrains.intellij.buildFeature.useDependencyFirstResolutionStrategy=false
```