Skip to content

Commit

Permalink
Minor doc fix
Browse files Browse the repository at this point in the history
Change done to resolve an internal CI promotion issue
  • Loading branch information
ljacomet committed Dec 1, 2021
1 parent d48b36e commit 153295a
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 153295a

Please sign in to comment.