Include *.kt files in buildSrc in cache key

This commit is contained in:
Mario Schünadel
2022-01-12 14:43:15 +01:00
parent a12e082d83
commit 69e93308b0
5 changed files with 29 additions and 5 deletions

View File

@ -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', 'buildSrc/**/*.kt']
}
];
function findPackageManager(id) {