This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new 39feb9b3ff Disable local Develocity build cache by default & add docs
39feb9b3ff is described below

commit 39feb9b3ff2e424a35191e7e2f6a6afd60f75982
Author: James Netherton <[email protected]>
AuthorDate: Thu Jul 30 13:10:45 2026 +0100

    Disable local Develocity build cache by default & add docs
---
 .mvn/develocity.xml                               |  2 +-
 docs/modules/ROOT/pages/contributor-guide/ci.adoc | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/.mvn/develocity.xml b/.mvn/develocity.xml
index 59ef616611..d060101ad8 100644
--- a/.mvn/develocity.xml
+++ b/.mvn/develocity.xml
@@ -35,7 +35,7 @@
     </buildScan>
     <buildCache>
         <local>
-            <enabled>#{isFalse(env['GITHUB_ACTIONS'])}</enabled>
+            <enabled>#{isTrue(env['DEVELOCITY_LOCAL_CACHE_ENABLED'])}</enabled>
         </local>
         <remote>
             <enabled>false</enabled>
diff --git a/docs/modules/ROOT/pages/contributor-guide/ci.adoc 
b/docs/modules/ROOT/pages/contributor-guide/ci.adoc
index 74d00cb423..61e642f92a 100644
--- a/docs/modules/ROOT/pages/contributor-guide/ci.adoc
+++ b/docs/modules/ROOT/pages/contributor-guide/ci.adoc
@@ -71,6 +71,24 @@ SNAPSHOTs are built and published on push for each branch to:
 
 https://repository.apache.org/snapshots/
 
+== Develocity
+
+The project is integrated with https://develocity.apache.org[Develocity].
+
+=== Build Scans
+
+Build scans from GitHub Actions CI builds are uploaded to the Apache 
Develocity instance.
+Published scans can be found at 
https://develocity.apache.org/scans/?search.rootProjectNames=camel%20quarkus[Camel
 Quarkus build scans].
+
+=== Local Build Cache
+
+The Develocity local build cache is disabled by default. To enable it, set the 
following environment variable:
+
+[source,shell]
+----
+export DEVELOCITY_LOCAL_CACHE_ENABLED=true
+----
+
 == Sonarcloud
 
 
https://ci-builds.apache.org/job/Camel/job/Camel%20Quarkus%20Sonarcloud%20Deploy/

Reply via email to