Skip to content

Commit 08b0ee6

Browse files
committed
Clarify that default reconciliation configs are built-in
Users can override defaults or define configs for other plugins, but cannot customize the built-in defaults themselves.
1 parent 8c28a02 commit 08b0ee6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/site/markdown/how-to.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,8 @@ projects where compiler version changes can cause compilation failures.
174174
**Important:** When you explicitly configure `executionControl` for a plugin, your explicit configuration completely overrides
175175
the defaults for that plugin. However, defaults still apply to other plugins that aren't explicitly configured.
176176

177-
**Customizing Defaults:** To add additional default reconciliation configs, create a `default-reconciliation/defaults.xml` file
178-
in your classpath following the schema in `default-reconciliation.xsd`. This allows projects to define their own defaults without
179-
modifying the build cache extension.
177+
**Extending Beyond Defaults:** You can define reconciliation configurations for plugins that don't have built-in defaults by
178+
adding them to your `executionControl` configuration as shown in the examples above.
180179

181180
### Parameter Validation and Categorization
182181

0 commit comments

Comments
 (0)