IntelliJ Platform Gradle Plugin: Build Features, add missing downloadSources example.

This commit is contained in:
Jakub Chrzanowski 2024-02-22 14:38:19 +01:00
parent c5d6436a77
commit 35f95e7b71
No known key found for this signature in database
GPG Key ID: C39095BFD769862E

View File

@ -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}