From aef53449036d87976e4e09bbfc513956b575e8d0 Mon Sep 17 00:00:00 2001 From: Austin Arbor Date: Mon, 11 Mar 2024 22:55:31 -0400 Subject: [PATCH] make sentence more clear --- plugin/src/docs/asciidoc/detailed-usage/caching.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugin/src/docs/asciidoc/detailed-usage/caching.adoc b/plugin/src/docs/asciidoc/detailed-usage/caching.adoc index 30dcfb6..0ff57ab 100644 --- a/plugin/src/docs/asciidoc/detailed-usage/caching.adoc +++ b/plugin/src/docs/asciidoc/detailed-usage/caching.adoc @@ -2,8 +2,7 @@ === Caching Unfortunately, settings plugins in Gradle cannot take advantage of the same caching mechanisms that are provided for tasks with incremental builds. However, we have added the ability to save the generated TOML catalog to a file, -and the build will (re)use that file the next time the build is invoked. The behavior is disabled by default, but may -be enabled at a later time. +and the build will (re)use that file the next time the build is invoked. Currently, the behavior is disabled by default. .settings.gradle.kts [source,kotlin,subs="attributes+",role="primary"]