File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -65449,8 +65449,9 @@ const supportedPackageManager = [
65449
65449
path_1.join(os_1.default.homedir(), '.ivy2', 'cache'),
65450
65450
path_1.join(os_1.default.homedir(), '.sbt'),
65451
65451
getCoursierCachePath(),
65452
+ // Some files should not be cached to avoid resolution problems.
65453
+ // In particular the resolution of snapshots (ideological gap between maven/ivy).
65452
65454
'!' + path_1.join(os_1.default.homedir(), '.sbt', '*.lock'),
65453
- // Avoid SNAPSHOT resolution problems by forcing the deletion of these files (due to ideological gaps in maven/ivy).
65454
65455
'!' + path_1.join(os_1.default.homedir(), '**', 'ivydata-*.properties')
65455
65456
],
65456
65457
pattern: ['**/*.sbt', '**/project/build.properties', '**/project/**.{scala,sbt}']
Original file line number Diff line number Diff line change @@ -100654,8 +100654,9 @@ const supportedPackageManager = [
100654
100654
path_1.join(os_1.default.homedir(), '.ivy2', 'cache'),
100655
100655
path_1.join(os_1.default.homedir(), '.sbt'),
100656
100656
getCoursierCachePath(),
100657
+ // Some files should not be cached to avoid resolution problems.
100658
+ // In particular the resolution of snapshots (ideological gap between maven/ivy).
100657
100659
'!' + path_1.join(os_1.default.homedir(), '.sbt', '*.lock'),
100658
- // Avoid SNAPSHOT resolution problems by forcing the deletion of these files (due to ideological gaps in maven/ivy).
100659
100660
'!' + path_1.join(os_1.default.homedir(), '**', 'ivydata-*.properties')
100660
100661
],
100661
100662
pattern: ['**/*.sbt', '**/project/build.properties', '**/project/**.{scala,sbt}']
You can’t perform that action at this time.
0 commit comments