fix(gradle): make sure v1 hash file is named differently to prevent compatability errors (#30846)

This commit is contained in:
MaxKless 2025-04-24 16:57:32 +02:00 committed by GitHub
parent abd40db6bf
commit ceddd44b8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -137,7 +137,7 @@ let gradleReportCache: GradleReport;
let gradleCurrentConfigHash: string;
let gradleReportCachePath: string = join(
workspaceDataDirectory,
'gradle-report.hash'
'gradle-report-v1.hash'
);
export function getCurrentGradleReport() {