mirror of
https://github.com/actions/setup-java.git
synced 2025-04-19 17:36:45 +00:00
only Versions.kt and Dependencies.kt as cache key
This commit is contained in:
parent
f56009127d
commit
45b7b136cf
5 changed files with 20 additions and 5 deletions
7
dist/cleanup/index.js
vendored
7
dist/cleanup/index.js
vendored
|
@ -63299,7 +63299,12 @@ 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', 'buildSrc/**/*.kt']
|
||||
pattern: [
|
||||
'**/*.gradle*',
|
||||
'**/gradle-wrapper.properties',
|
||||
'buildSrc/**/Versions.kt',
|
||||
'buildSrc/**/Dependencies.kt'
|
||||
]
|
||||
},
|
||||
{
|
||||
id: 'sbt',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue