diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ea1781ed43..02b96bb4ab 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -31,6 +31,7 @@ on:
env:
MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon.http.retryHandler.count=3
+ DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
jobs:
build-8:
diff --git a/.gitignore b/.gitignore
index 5bd45411b9..80dace3136 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,6 @@ winpkg/target
.python-version
/security-admin/src/main/webapp/react-webapp/node_modules
**/target
+
+#Develocity
+.mvn/.develocity/develocity-workspace-id
diff --git a/.mvn/develocity.xml b/.mvn/develocity.xml
new file mode 100644
index 0000000000..6ddfabef9b
--- /dev/null
+++ b/.mvn/develocity.xml
@@ -0,0 +1,44 @@
+
+
+
+ ranger
+
+ https://develocity.apache.org
+
+
+ #{isFalse(env['GITHUB_ACTIONS'])}
+
+
+
+
+ #{{'0.0.0.0'}}
+
+
+
+
+ #{isFalse(env['GITHUB_ACTIONS'])}
+
+
+ false
+
+
+
\ No newline at end of file
diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml
new file mode 100644
index 0000000000..1de91c6aee
--- /dev/null
+++ b/.mvn/extensions.xml
@@ -0,0 +1,33 @@
+
+
+
+
+ com.gradle
+ develocity-maven-extension
+ 2.1
+
+
+ com.gradle
+ common-custom-user-data-maven-extension
+ 2.0.5
+
+
\ No newline at end of file