Skip to content

Commit f52a5c9

Browse files
committed
Add deprecation note in upgrading guide
1 parent 0bdfe29 commit f52a5c9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

subprojects/docs/src/docs/userguide/upgrading_version_5.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ These methods now assume the local build cache type to be `DirectoryBuildCache`.
5454
In Gradle 5.4 we introduced a new API for implementing <<custom_tasks.adoc#incremental_tasks,incremental tasks>>: link:{groovyDslPath}/org.gradle.work.InputChanges.html[InputChanges].
5555
Its predecessor `IncrementalTaskInputs` has been deprecated.
5656

57+
==== Forced dependencies
58+
59+
Forcing dependency versions using `force = true` on a first-level dependency is deprecated.
60+
Force has both a semantic and ordering issue which can be avoided by using a <<rich_versions.adoc#sec:rich-version-constraints, strict version constraint>>.
61+
5762
=== Potential breaking changes
5863

5964
==== Android Gradle Plugin 3.3 and earlier is not supported anymore

0 commit comments

Comments
 (0)