From 3e8effca891dabee8f65c5a51ed8aee374fd1ce0 Mon Sep 17 00:00:00 2001 From: mikereiche Date: Wed, 25 Oct 2023 15:39:44 -0700 Subject: [PATCH] Disable local and remote build cache for codeQL. Closes #1858. --- .mvn/gradle-enterprise.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.mvn/gradle-enterprise.xml b/.mvn/gradle-enterprise.xml index c24406314..111c70434 100644 --- a/.mvn/gradle-enterprise.xml +++ b/.mvn/gradle-enterprise.xml @@ -15,7 +15,7 @@ - true + false @@ -24,7 +24,7 @@ ${env.DEVELOCITY_CACHE_PASSWORD} - true + false #{env['DEVELOCITY_CACHE_USERNAME'] != null and env['DEVELOCITY_CACHE_PASSWORD'] != null}