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 gradleCurrentConfigHash: string;
|
||||||
let gradleReportCachePath: string = join(
|
let gradleReportCachePath: string = join(
|
||||||
workspaceDataDirectory,
|
workspaceDataDirectory,
|
||||||
'gradle-report.hash'
|
'gradle-report-v1.hash'
|
||||||
);
|
);
|
||||||
|
|
||||||
export function getCurrentGradleReport() {
|
export function getCurrentGradleReport() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user