Skip to content

Commit 48576e5

Browse files
author
Florian Meriaux
committed
npm run release
1 parent fa01820 commit 48576e5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

dist/cleanup/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65449,8 +65449,9 @@ const supportedPackageManager = [
6544965449
path_1.join(os_1.default.homedir(), '.ivy2', 'cache'),
6545065450
path_1.join(os_1.default.homedir(), '.sbt'),
6545165451
getCoursierCachePath(),
65452+
// Some files should not be cached to avoid resolution problems.
65453+
// In particular the resolution of snapshots (ideological gap between maven/ivy).
6545265454
'!' + 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).
6545465455
'!' + path_1.join(os_1.default.homedir(), '**', 'ivydata-*.properties')
6545565456
],
6545665457
pattern: ['**/*.sbt', '**/project/build.properties', '**/project/**.{scala,sbt}']

dist/setup/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100654,8 +100654,9 @@ const supportedPackageManager = [
100654100654
path_1.join(os_1.default.homedir(), '.ivy2', 'cache'),
100655100655
path_1.join(os_1.default.homedir(), '.sbt'),
100656100656
getCoursierCachePath(),
100657+
// Some files should not be cached to avoid resolution problems.
100658+
// In particular the resolution of snapshots (ideological gap between maven/ivy).
100657100659
'!' + 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).
100659100660
'!' + path_1.join(os_1.default.homedir(), '**', 'ivydata-*.properties')
100660100661
],
100661100662
pattern: ['**/*.sbt', '**/project/build.properties', '**/project/**.{scala,sbt}']

0 commit comments

Comments
 (0)