diff --git a/.mvn/gradle-enterprise.xml b/.mvn/gradle-enterprise.xml index 27ac5553de6a2..62ed9dd2327a0 100644 --- a/.mvn/gradle-enterprise.xml +++ b/.mvn/gradle-enterprise.xml @@ -23,11 +23,11 @@ - #{env['GRADLE_LOCAL_BUILD_CACHE'] != null} + #{env['GRADLE_LOCAL_BUILD_CACHE'] != null and env['RELEASE_GITHUB_TOKEN'] == null} - true - #{env['CI'] != null and env['GRADLE_ENTERPRISE_ACCESS_KEY'] != null and env['GRADLE_ENTERPRISE_ACCESS_KEY'] != ''} + #{env['RELEASE_GITHUB_TOKEN'] == null} + #{env['CI'] != null and env['GRADLE_ENTERPRISE_ACCESS_KEY'] != null and env['GRADLE_ENTERPRISE_ACCESS_KEY'] != '' and env['RELEASE_GITHUB_TOKEN'] == null}