From 03c08423dd158ded0027b5d8bf9f86194c82c419 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Fri, 2 Jun 2023 11:37:06 +0200 Subject: [PATCH] github: Use new cache storage properties for sonarcloud --- scripts/test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/test.sh b/scripts/test.sh index 1a0015a10a..89a878236b 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -499,8 +499,8 @@ sonarcloud) -Dsonar.projectVersion=$(git describe --exclude 'android-*')+${BUILD_NUMBER} \ -Dsonar.sources=. \ -Dsonar.cfamily.threads=2 \ - -Dsonar.cfamily.cache.enabled=true \ - -Dsonar.cfamily.cache.path=$HOME/.sonar-cache \ + -Dsonar.cfamily.analysisCache.mode=fs \ + -Dsonar.cfamily.analysisCache.path=$HOME/.sonar-cache \ -Dsonar.cfamily.build-wrapper-output=bw-output || exit $? rm -r bw-output .scannerwork ;; -- 2.47.2