Skip to content

Commit

Permalink
fix incorrect statement about default dependencies (gradle#32007)
Browse files Browse the repository at this point in the history
  • Loading branch information
ov7a authored Jan 14, 2025
2 parents 4685365 + 400012e commit 8397d44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ default void fromDependencyCollector(DependencyCollector collector) {
* If multiple actions are supplied, each action will be executed until the set of dependencies is no longer empty.
* Remaining actions will be ignored.
*
* @implSpec Usage: This method should only be called on resolvable configurations and will emit a deprecation warning if
* @implSpec Usage: This method should only be called on declarable configurations and will emit a deprecation warning if
* called on a configuration that does not permit this usage, or has allowed this usage but marked it as deprecated.
*
* @param action the action to execute when the configuration has no defined dependencies.
Expand Down

0 comments on commit 8397d44

Please sign in to comment.