mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 10:17:50 +08:00
tools_gradle_intellij_plugin.md: extend setupDependencies Task
description
This commit is contained in:
parent
7d5544fa5f
commit
3684c8d765
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user