This is an automated email from the ASF dual-hosted git repository. jhelou pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit dd9caadaaeb62355547045db1ff0d53006f5bf0f Author: Clay Johnson <cjohn...@gradle.com> AuthorDate: Thu Jan 9 06:40:56 2025 -0600 Update Develocity extension versions --- .gitignore | 2 +- ...ser-data.groovy => develocity-custom-user-data.groovy} | 0 .mvn/{gradle-enterprise.xml => develocity.xml} | 15 ++++++++------- .mvn/extensions.xml | 8 ++++---- 4 files changed, 13 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index a6f9531bea..39fe4e8075 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,4 @@ dockerfiles/run/**/glowroot .m2 test-run.log build -.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 81% rename from .mvn/gradle-enterprise.xml rename to .mvn/develocity.xml index e264b9ac8f..24a2b59810 100644 --- a/.mvn/gradle-enterprise.xml +++ b/.mvn/develocity.xml @@ -1,21 +1,22 @@ -<gradleEnterprise> +<develocity> <server> <url>https://develocity.apache.org</url> <allowUntrusted>false</allowUntrusted> <!-- - credentials provided by jenkins exposing GRADLE_ENTERPRISE_ACCESS_KEY + credentials provided by jenkins exposing DEVELOCITY_ACCESS_KEY apache members can create their own on the server --> </server> - <!-- options are documented at https://docs.gradle.com/enterprise/maven-extension/#configuring_background_uploading --> + <!-- options are documented at https://docs.gradle.com/develocity/maven-extension/current/ --> <!-- chosen values align with https://cwiki.apache.org/confluence/display/INFRA/Project+Onboarding+Instructions+for+Develocity --> <buildScan> <backgroundBuildScanUpload>#{isFalse(env['CI'])}</backgroundBuildScanUpload> - <publishIfAuthenticated>true</publishIfAuthenticated> <!-- Always publish build scans for CI, only if requested locally differs from onboarding instructions --> - <publish>#{env['CI'] == null ? 'ON_DEMAND' : 'ALWAYS'}</publish> + <publishing> + <onlyIf><![CDATA[env['CI'] != null]]></onlyIf> + </publishing> <capture> - <goalInputFiles>true</goalInputFiles> + <fileFingerprints>true</fileFingerprints> <buildLogging>true</buildLogging> <testLogging>true</testLogging> </capture> @@ -56,4 +57,4 @@ --> </remote> </buildCache> -</gradleEnterprise> +</develocity> diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml index 178d067bc2..d5426a6202 100644 --- a/.mvn/extensions.xml +++ b/.mvn/extensions.xml @@ -5,10 +5,10 @@ provides develocity related services such as - build scans - local and remote cache - build scans capture information see https://docs.gradle.com/enterprise/gradle-plugin/#captured_information + build scans capture information see https://docs.gradle.com/develocity/maven-extension/#captured_information --> - <artifactId>gradle-enterprise-maven-extension</artifactId> - <version>1.20</version> + <artifactId>develocity-maven-extension</artifactId> + <version>1.22.2</version> </extension> <extension> <groupId>com.gradle</groupId> @@ -17,6 +17,6 @@ see https://github.com/gradle/common-custom-user-data-gradle-plugin --> <artifactId>common-custom-user-data-maven-extension</artifactId> - <version>1.12.5</version> + <version>2.0.1</version> </extension> </extensions> --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org