mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 02:16:45 +00:00
Add versions properties to cache
This commit is contained in:
parent
a12e082d83
commit
8a9565d983
5 changed files with 67 additions and 51 deletions
2
dist/cleanup/index.js
vendored
2
dist/cleanup/index.js
vendored
|
@ -61833,7 +61833,7 @@ const supportedPackageManager = [
|
|||
id: 'gradle',
|
||||
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']
|
||||
pattern: ['**/*.gradle*', '**/gradle-wrapper.properties', '**/versions.properties']
|
||||
}
|
||||
];
|
||||
function findPackageManager(id) {
|
||||
|
|
2
dist/setup/index.js
vendored
2
dist/setup/index.js
vendored
|
@ -18624,7 +18624,7 @@ const supportedPackageManager = [
|
|||
id: 'gradle',
|
||||
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']
|
||||
pattern: ['**/*.gradle*', '**/gradle-wrapper.properties', '**/versions.properties']
|
||||
}
|
||||
];
|
||||
function findPackageManager(id) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue