Add versions properties to cache

This commit is contained in:
Endre 2022-01-17 09:17:57 +01:00
parent a12e082d83
commit 8a9565d983
5 changed files with 67 additions and 51 deletions

View file

@ -31,7 +31,7 @@ const supportedPackageManager: PackageManager[] = [
id: 'gradle',
path: [join(os.homedir(), '.gradle', 'caches'), join(os.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']
}
];