mirror of
https://github.com/actions/setup-java.git
synced 2026-03-27 23:16:50 +00:00
Merge f228ab54b9 into 7a445ee88d
This commit is contained in:
commit
3590bfdb12
BIN
dist/index.js
generated
vendored
Normal file
BIN
dist/index.js
generated
vendored
Normal file
Binary file not shown.
@ -58,7 +58,8 @@ const supportedPackageManager: PackageManager[] = [
|
||||
'**/*.sbt',
|
||||
'**/project/build.properties',
|
||||
'**/project/**.scala',
|
||||
'**/project/**.sbt'
|
||||
'**/project/**.sbt',
|
||||
'!**/version.sbt' // releasing a new version of a library project shouldn't invalidate the entire sbt cache
|
||||
]
|
||||
}
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user