mirror of
https://github.com/actions/setup-java.git
synced 2025-04-22 02:46:46 +00:00
Update sbt pattern.
This commit is contained in:
parent
acc6b27ae4
commit
133446f1cf
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ const supportedPackageManager: PackageManager[] = [
|
|||
{
|
||||
id: 'sbt',
|
||||
path: [join(os.homedir(), '.ivy2', 'cache'), join(os.homedir(), '.sbt')],
|
||||
pattern: ['**/*.sbt', '**/project/**.scala', '**/project/build.properties', '**/project/**.scala']
|
||||
pattern: ['**/*.sbt', '**/project/build.properties', '**/project/**.scala']
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue