ci: fix errors.

This commit is contained in:
Florian Meriaux 2022-04-04 16:40:40 +02:00
parent c08d2af675
commit 6f75354551
No known key found for this signature in database
GPG key ID: A3F999CB41DB6BE2
3 changed files with 12 additions and 2 deletions

View file

@ -61886,6 +61886,11 @@ const supportedPackageManager = [
path: [path_1.join(os_1.default.homedir(), '.gradle', 'caches'), path_1.join(os_1.default.homedir(), '.gradle', 'wrapper')],
// https://github.com/actions/cache/blob/0638051e9af2c23d10bb70fa9beffcad6cff9ce3/examples.md#java---gradle
pattern: ['**/*.gradle*', '**/gradle-wrapper.properties']
},
{
id: 'sbt',
path: [path_1.join(os_1.default.homedir(), '.ivy2', 'cache'), path_1.join(os_1.default.homedir(), '.sbt')],
pattern: ['**/*.sbt', '**/project/build.properties', '**/project/**.scala']
}
];
function findPackageManager(id) {