mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
tools_gradle_intellij_plugin.md: useDependencyFirstResolutionStrategy
build feature flag
This commit is contained in:
parent
d7e8a621b8
commit
ff11b706ea
@ -1641,3 +1641,14 @@ Check if the currently used Gradle IntelliJ Plugin is outdated.
|
||||
{style="narrow"}
|
||||
Default value
|
||||
: `true`
|
||||
|
||||
### useDependencyFirstResolutionStrategy
|
||||
{id="build-features-usedependencyfirstresolutionstrategy"}
|
||||
|
||||
Set the `ResolutionStrategy.SortOrder.DEPENDENCY_FIRST` resolution strategy for `compileClasspath` and `testCompileClasspath` Gradle configurations.
|
||||
This behaviour allows for making the dependencies specified in the project's Gradle configuration considered before the dependencies added by the Gradle IntelliJ Plugin.
|
||||
See [JetBrains/gradle-intellij-plugin#656](https://github.com/JetBrains/gradle-intellij-plugin/issues/656) for more details.
|
||||
|
||||
{style="narrow"}
|
||||
Default value
|
||||
: `true`
|
||||
|
Loading…
x
Reference in New Issue
Block a user