diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e15312366..012e86804 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: matrix: java: [8, 11, 17, 21] env: - GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }} + DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }} steps: - uses: actions/checkout@v3 @@ -91,7 +91,7 @@ jobs: matrix: zookeeper: [curator-test-zk38, curator-test-zk37, curator-test-zk36, curator-test-zk35] env: - GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }} + DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }} steps: - uses: actions/checkout@v3 diff --git a/.gitignore b/.gitignore index e263d9723..58b899009 100644 --- a/.gitignore +++ b/.gitignore @@ -67,3 +67,4 @@ atlassian-ide-plugin.xml # Gradle Enterprise test-reports/ .mvn/.gradle-enterprise/ +.mvn/.develocity/ diff --git a/.mvn/gradle-enterprise-custom-user-data.groovy b/.mvn/develocity-custom-user-data.groovy similarity index 100% rename from .mvn/gradle-enterprise-custom-user-data.groovy rename to .mvn/develocity-custom-user-data.groovy diff --git a/.mvn/gradle-enterprise.xml b/.mvn/develocity.xml similarity index 69% rename from .mvn/gradle-enterprise.xml rename to .mvn/develocity.xml index 86d14f7af..fd1def1aa 100644 --- a/.mvn/gradle-enterprise.xml +++ b/.mvn/develocity.xml @@ -19,22 +19,17 @@ under the License. --> - + https://ge.apache.org - false - - true - true - true - #{isFalse(env['GITHUB_ACTIONS'])} - ALWAYS - true + + + #{{'0.0.0.0'}} @@ -47,4 +42,4 @@ false - + diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml index 5f04e1f2e..1ca382883 100644 --- a/.mvn/extensions.xml +++ b/.mvn/extensions.xml @@ -23,12 +23,12 @@ xsi:schemaLocation="http://maven.apache.org/EXTENSIONS/1.0.0 http://maven.apache.org/xsd/core-extensions-1.0.0.xsd"> com.gradle - gradle-enterprise-maven-extension - 1.19.1 + develocity-maven-extension + 1.21.4 com.gradle common-custom-user-data-maven-extension - 1.12.4 + 2.0