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