Skip to content

Commit

Permalink
Merge pull request #19177 Minor doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-gradle committed Dec 1, 2021
2 parents d48b36e + 153295a commit 2c62cec
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -201,7 +201,8 @@ Have a look at the <<variant_model.adoc#sec:variant-select-errors,dedicated sect
== Resolving unsafe configuration resolution errors

Resolving a configuration can have side effects on Gradle's project model, so Gradle needs manage access to each project's configurations.
There are a number of ways a configuration might be resolved unsafely. Gradle will produce a deprecation warning for each unsafe access.
There are a number of ways a configuration might be resolved unsafely.
Gradle will produce a deprecation warning for each unsafe access.
Each of these are bad practices and can cause strange and indeterminate errors.

If your build has an unsafe access deprecation warning, it needs to be fixed.
Expand Down

0 comments on commit 2c62cec

Please sign in to comment.