search sbt files in all directories.

This commit is contained in:
Florian Meriaux 2022-04-12 14:44:02 +02:00
parent 68d967ecf9
commit ff4b9e75fd
No known key found for this signature in database
GPG key ID: A3F999CB41DB6BE2
4 changed files with 4 additions and 4 deletions

2
dist/setup/index.js vendored
View file

@ -18631,7 +18631,7 @@ const supportedPackageManager = [
path_1.join(os_1.default.homedir(), '.sbt'),
getCoursierCachePath()
],
pattern: ['*.sbt', 'project/build.properties', 'project/**.{scala,sbt}']
pattern: ['**/*.sbt', '**/project/build.properties', '**/project/**.{scala,sbt}']
}
];
function getCoursierCachePath() {