Skip to content

Commit

Permalink
Document exclude potential breaking change
Browse files Browse the repository at this point in the history
Issue #17964
  • Loading branch information
ljacomet committed Aug 31, 2021
1 parent d37a0b0 commit be3c50c
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -45,6 +45,12 @@ and depended on how a plugin was added to the class path. Now the plugins are al
in the same order they are declared in the `plugins` block which in rare cases might change
behavior of existing builds.

==== Effects of exclusion on substituted dependencies in dependency resolution

Prior to this version, a dependency substitution target could not be excluded from a dependency graph.
This was caused by checking for exclusions prior to performing the substitution.
Now Gradle will also check for exclusion on the substitution result.

[[changes_7.2]]
== Upgrading from 7.1 and earlier

Expand Down

0 comments on commit be3c50c

Please sign in to comment.