mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 18:06:45 +00:00
Include *.kt files in buildSrc in cache key
This commit is contained in:
parent
a12e082d83
commit
69e93308b0
5 changed files with 29 additions and 5 deletions
|
@ -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', 'buildSrc/**/*.kt']
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue