tools_gradle_intellij_plugin.md: extend setupDependencies Task description

This commit is contained in:
Jakub Chrzanowski 2022-06-08 20:45:08 +02:00
parent 7d5544fa5f
commit 3684c8d765
No known key found for this signature in database
GPG Key ID: C39095BFD769862E

View File

@ -1379,6 +1379,12 @@ Acceptable values
## setupDependencies Task
Setups required dependencies for building and running project.
This task is automatically added to the [*After Sync* Gradle trigger](https://www.jetbrains.com/help/idea/work-with-gradle-tasks.html#config_triggers_gradle) to make the IntelliJ SDK dependency available for IntelliJ IDEA right after the Gradle synchronization.
> After removing the Gradle IntelliJ Plugin from your project, the `Task 'setupDependencies' not found in root project` exception may occur.
> See [Frequently Asked Questions](tools_gradle_intellij_plugin_faq.md#task-setupdependencies-not-found-in-root-project) for more details.
>
{type="warning"}
### idea