mirror of
https://gitea.com/actions/setup-java.git
synced 2025-04-05 06:49:38 +00:00
fix sbt/scala cache key (#478)
This commit is contained in:
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'
|
||||
]
|
||||
}
|
||||
];
|
||||
|
3
dist/setup/index.js
vendored
3
dist/setup/index.js
vendored
@ -103621,7 +103621,8 @@ const supportedPackageManager = [
|
||||
pattern: [
|
||||
'**/*.sbt',
|
||||
'**/project/build.properties',
|
||||
'**/project/**.{scala,sbt}'
|
||||
'**/project/**.scala',
|
||||
'**/project/**.sbt'
|
||||
]
|
||||
}
|
||||
];
|
||||
|
Reference in New Issue
Block a user