fix(gradle): make sure v1 hash file is named differently to prevent compatability errors (#30846)
This commit is contained in:
parent
abd40db6bf
commit
ceddd44b8e
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user