diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 8ce8a7f..4c4953d 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -37,8 +37,12 @@ jobs:
java-version: 8
- name: Run a full build
run: mvn --no-transfer-progress -Ptest -Prelease clean install
+ env:
+ DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
- name: Check build reproducibility
run: mvn --no-transfer-progress -Ptest -Prelease -DskipTests clean verify artifact:compare
+ env:
+ DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
- name: Delete temporary build artifacts
run: rm -rf ~/.m2/repository/org/apache/ratis
if: always()
diff --git a/.mvn/develocity.xml b/.mvn/develocity.xml
new file mode 100644
index 0000000..3bef395
--- /dev/null
+++ b/.mvn/develocity.xml
@@ -0,0 +1,53 @@
+
+
+
+ ratis
+
+ https://develocity.apache.org
+ false
+
+
+
+ true
+ true
+ true
+ false
+
+ #{isFalse(env['GITHUB_ACTIONS'])}
+
+
+
+
+ #{{'0.0.0.0'}}
+
+
+
+
+ #{isFalse(env['GITHUB_ACTIONS'])}
+
+
+ false
+
+
+
diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml
new file mode 100644
index 0000000..8ceede3
--- /dev/null
+++ b/.mvn/extensions.xml
@@ -0,0 +1,34 @@
+
+
+
+
+ com.gradle
+ develocity-maven-extension
+ 1.22.2
+
+
+ com.gradle
+ common-custom-user-data-maven-extension
+ 2.0.1
+
+