mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
IntelliJ Platform Gradle Plugin: Build Features, add missing downloadSources example.
This commit is contained in:
parent
c5d6436a77
commit
35f95e7b71
@ -55,6 +55,17 @@ Value is passed directly to the [Idea Gradle Plugin](https://docs.gradle.org/cur
|
||||
See also:
|
||||
- [`IdeaModule.downloadSources`](https://docs.gradle.org/current/dsl/org.gradle.plugins.ide.idea.model.IdeaModule.html#org.gradle.plugins.ide.idea.model.IdeaModule:downloadSources)
|
||||
|
||||
{style="narrow"}
|
||||
Default value
|
||||
: `true`
|
||||
|
||||
Example
|
||||
:
|
||||
```
|
||||
org.jetbrains.intellij.platform.buildFeature.downloadSources=true
|
||||
```
|
||||
|
||||
|
||||
### noSearchableOptionsWarning
|
||||
{#noSearchableOptionsWarning}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user