You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: subprojects/docs/src/docs/userguide/upgrading_version_5.adoc
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,11 @@ These methods now assume the local build cache type to be `DirectoryBuildCache`.
54
54
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].
55
55
Its predecessor `IncrementalTaskInputs` has been deprecated.
56
56
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
+
57
62
=== Potential breaking changes
58
63
59
64
==== Android Gradle Plugin 3.3 and earlier is not supported anymore
0 commit comments