mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 01:46:46 +00:00
fix sbt/scala cache key
This commit is contained in:
parent
191ba8c6ba
commit
38433e7a59
5 changed files with 30 additions and 5 deletions
3
dist/cleanup/index.js
vendored
3
dist/cleanup/index.js
vendored
|
@ -68416,7 +68416,8 @@ const supportedPackageManager = [
|
|||
pattern: [
|
||||
'**/*.sbt',
|
||||
'**/project/build.properties',
|
||||
'**/project/**.{scala,sbt}'
|
||||
'**/project/**.scala',
|
||||
'**/project/**.sbt'
|
||||
]
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue