This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 6b9aef5ce39a Downgrade develocity maven extension to 2.1 to stabilize
build
6b9aef5ce39a is described below
commit 6b9aef5ce39a7638761ce47522e5904c3f7f43a6
Author: Aurélien Pupier <[email protected]>
AuthorDate: Tue Oct 7 11:07:42 2025 +0200
Downgrade develocity maven extension to 2.1 to stabilize build
since the 17th September when the version was upgraded to 2.2, this
error is showing up regularly on the CI:
```
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.14.0:compile
(default-compile) on project camel-buildtools: Execution default-compile
of goal org.apache.maven.plugins:maven-compiler-plugin:3.14.0:compile
failed: Internal error in Develocity Maven extension: goal execution:
Failed to load cache entry for
org.apache.maven.plugins:maven-compiler-plugin:3.14.0:compile
(default-compile) @ org.apache.camel:camel-buildtools:jar:4.15.0-SNAPSHOT:
Could not load from local cache: Timeout waiting to lock Build cache
(/home/jenkins/.m2/.develocity/build-cache/v1). It is currently in use
by another process.
```
Signed-off-by: Aurélien Pupier <[email protected]>
---
.mvn/extensions.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml
index 7b32a0a92233..4d7bc2073951 100644
--- a/.mvn/extensions.xml
+++ b/.mvn/extensions.xml
@@ -13,7 +13,7 @@
<extension>
<groupId>com.gradle</groupId>
<artifactId>develocity-maven-extension</artifactId>
- <version>2.2</version>
+ <version>2.1</version>
</extension>
<extension>
<groupId>com.gradle</groupId>