mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
tools_gradle_intellij_plugin_build_features.md: examples
This commit is contained in:
parent
9d7a4a31a1
commit
465fb6d54b
@ -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
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user