mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 18:36:46 +00:00
ci: fix errors.
This commit is contained in:
parent
c08d2af675
commit
6f75354551
3 changed files with 12 additions and 2 deletions
5
dist/cleanup/index.js
vendored
5
dist/cleanup/index.js
vendored
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue