This is an automated email from the ASF dual-hosted git repository. lhotari pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push: new 5ab177d0a54 [improve][ci] Disable Gradle Enterprise unless GRADLE_ENTERPRISE_ACCESS_KEY is set (#21474) 5ab177d0a54 is described below commit 5ab177d0a54912920552278a687b86bb53516b3c Author: Lari Hotari <lhot...@users.noreply.github.com> AuthorDate: Mon Oct 30 18:13:01 2023 +0200 [improve][ci] Disable Gradle Enterprise unless GRADLE_ENTERPRISE_ACCESS_KEY is set (#21474) --- .mvn/gradle-enterprise.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/.mvn/gradle-enterprise.xml b/.mvn/gradle-enterprise.xml index 2667402c23c..effb5bb2213 100644 --- a/.mvn/gradle-enterprise.xml +++ b/.mvn/gradle-enterprise.xml @@ -22,6 +22,7 @@ <gradleEnterprise xmlns="https://www.gradle.com/gradle-enterprise-maven" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://www.gradle.com/gradle-enterprise-maven https://www.gradle.com/schema/gradle-enterprise-maven.xsd"> + <enabled>#{env['GRADLE_ENTERPRISE_ACCESS_KEY']?.trim() > ''}</enabled> <server> <url>https://ge.apache.org</url> <allowUntrusted>false</allowUntrusted>